qpython-android / qpython

QPython is an Android Python engine primarily designed for Python and AI learners. It offers a range of impressive features to enhance Python programming experience.
https://www.qpython.org
1.03k stars 191 forks source link

how to install package offline? #199

Open bytedynamic opened 2 years ago

bytedynamic commented 2 years ago

Always occurrs network problem when qpypi install online. I think it might be a solution if I download the package previously, and install package offline.

guangrei commented 2 years ago

with https://github.com/guangrei/Qpy-CMD you can run pip install your-downloaded-package.tar.gz or cd your-downloaded-package-dir then pyhon setup.py install