Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Next »

To download a package manually, you can run a variation of the following command:

sudo spython3 -m pip download pyzmq

To install a pip package that you have previously downloaded, you can run a variation of the following command:

sudo python3 -m pip install pyzmq --no-index --find-links .

  • No labels