qpython icon indicating copy to clipboard operation
qpython copied to clipboard

how to install package offline?

Open bytedynamic opened this issue 4 years ago • 1 comments

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.

bytedynamic avatar Oct 08 '21 17:10 bytedynamic

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

guangrei avatar Mar 12 '22 05:03 guangrei