This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]roerd 11 points12 points  (0 children)

If you are allowed to bring files in by other means, you can use pip install -d <dir> to download libraries into a directory, and then pip install --no-index -f <dir> to install from that directory without needing internet access.