Added python ML set up scripts
This commit is contained in:
18
scripts/PythonMLTools.ps1
Normal file
18
scripts/PythonMLTools.ps1
Normal file
@@ -0,0 +1,18 @@
|
||||
# Install python
|
||||
choco install python --version 3.5.4 -y
|
||||
|
||||
# Refresh path
|
||||
refreshenv
|
||||
|
||||
# Update pip
|
||||
python -m pip install --upgrade pip
|
||||
|
||||
# Install ML related python packages through pip
|
||||
pip install numpy
|
||||
pip install scipy
|
||||
pip install pandas
|
||||
pip install matplotlib
|
||||
pip install tensorflow
|
||||
|
||||
# Get Visual Studio C++ Redistributables
|
||||
choco install vcredist2015
|
||||
Reference in New Issue
Block a user