qpython
qpython copied to clipboard
how to install package offline?
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.
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