Author image

Install Python Packages script


Merely a handy run-and-forget script that installs all python packages specified in a text file “packages.txt”. I've used it countless times. Press a button and let the console ASCII text flow.

You will more than likely need to run the script (or Visual Studio if you're using that to run it) with administrator privileges, or you'll be denied permission.

Requirements:

  • Python 3.x version installed (only tested with 3.5 and 3.6.6)
  • Latest pip version for the specified python version installed

I've used Windows Visual Studio IDE with Python tools and Python 3.6.6 interpreter.

Github

Github repository link.


0 likes