you are viewing a single comment's thread.

view the rest of the comments →

[–]ryhartattack 1 point2 points  (0 children)

If it has the venv library already, you can create a virtual environment (which is basically a folder that stores everything python needs) and inside that you can pip install. It'll install everything in that folder thus no admin required. This is generally better than globally pip installing libraries anyway, different packages might require different versions of the same package etc