Translations:Python/63/en

Revision as of 15:16, 16 October 2019 by FuzzyBot (talk | contribs) (Importing a new version from external source)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
  1. Create a folder in your home, e.g.: mkdir ~/wheelhouse.
  2. 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.
  3. Then, when installing packages on a compute node, specify the path to your wheelhouse: pip install thepackageyouneed -f ~/wheelhouse.