I recently completed a school project in Python, and I used some non-included libraries like numpy
and nltk
.
The problem is I am required to demo the projects on school computers (not my own laptop) and the school computers run Python but don't allow me to install any additional packages (so no pip install numpy
)
Is there any way I can include these libraries on my USB and help Python find them so my program can still run?