python - How to install library with pip-console in Qpython? -


i downloaded python library package (for example uncompile2) github. how can install qpython directory in android device pip-console? or @ least try install...

you install directly through pip console, type "pip install "

or, can make .sh file contents

python /your/path/to/the/package/setup.py install 

or @ least think so.


Comments