Jump to content

Recommended Posts

Posted

Long time lurker, first time poster.

 

I have been asked by a teacher to make several additional Python libraries (PyGame, OpenAI, Numpy, OpenCV, Pandas, TensorFlow & PIL) available to all students using PCs in the IT suites. We use PDQ Deploy as much as we can, and I've used it to deploy IDLE and Python 3 with no problems but I'm struggling with with how to install additional libraries. Does anyone have any advice, or even better, PDQ packages?

 

Installing to the C drive is preferable to AppData but I'll take whatever I can get!

 

Thanks so much!

Posted

I just run PIP from the python install folder itself (using PDQ)

In a command step, you'll likely not need the disable version check/trusted flags but YMMV - we also only use the one install of python each ide will need it's own install step if using multiple instances

"C:\Program Files\Python 3.11\Scripts\pip.exe" install pygame --quiet --disable-pip-version-check --trusted-host files.pythonhosted.org

  • Thanks 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...