/excel-scripts

script to install python on windows with basic libraries

Primary LanguagePowerShell

Install Python On Windows

This script will install python on windows machine using powershell.

It installs python 3.10.0 for x64 machine by default.

How to run script

This script must be executed as admin using powershell.

# whatever location you've installed this script
ps C:>.\install-python.ps1

# (optional) install essential dependencies as well
ps C:> .\install-dep.ps1