...
Code Block |
---|
sudo python3 -m pip install pyzmq --no-index --find-links . |
Note, it looks for the package on the current working directory.
...
Code Block |
---|
sudo python3 -m pip install pyzmq --no-index --find-links . |
Note, it looks for the package on the current working directory.