Scarabjay Posted June 30, 2023 Posted June 30, 2023 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!
tdk1069 Posted June 30, 2023 Posted June 30, 2023 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 1
Scarabjay Posted June 30, 2023 Author Posted June 30, 2023 That looks beautifully simple. I'll give it a go. Thanks for taking the time to reply.
tdk1069 Posted June 30, 2023 Posted June 30, 2023 Fantastic ! - I can print this for my PDR Right ? 1
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now