Skip to content

A batch script installs Python and its libraries on a Windows user machine.

License

Notifications You must be signed in to change notification settings

mx2048/install-python-and-libraries

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

install-python-and-libraries

A batch script installs Python and its libraries on a Windows user machine.

Requirements:

  • Python release
  • Python libraries: numpy and lxml
  • Put the downloaded files to the directory with the batch script.
  • Initialize the filenames in the batch file, for example:
SET python_file="python-3.7.0.exe"
SET python_ver_expected="Python 3.7.0"
SET numpy_file="numpy-1.15.0+mkl-cp37-cp37m-win32.whl"
SET lxml_file="lxml-4.2.3-cp37-cp37m-win32.whl"

About

A batch script installs Python and its libraries on a Windows user machine.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published