Translations:Python/63/en
Jump to navigation
Jump to search
- Create a folder in your home, e.g.: mkdir ~/wheelhouse.
- Go inside this folder, and run pip download thepackageyouneed. This will download the package and its dependencies in the working directory. The syntax of pip download is the same as pip install.
- Then, when installing packages on a compute node, specify the path to your wheelhouse: pip install thepackageyouneed -f ~/wheelhouse.