Apply Choco Best Practices (#77)

* (maint) Corrected whitespace

* (GH-15) Apply Choco Best Practices
This commit is contained in:
Gary Ewan Park
2018-10-18 13:08:15 +01:00
committed by Yosef Durr
parent f59fe23b7c
commit ee2a2cf65b
11 changed files with 40 additions and 40 deletions

View File

@@ -1,5 +1,5 @@
# Install python
choco install python --version 3.5.4 -y
choco install -y python --version=3.5.4
# Refresh path
refreshenv
@@ -16,4 +16,4 @@ pip install tensorflow
pip install keras
# Get Visual Studio C++ Redistributables
choco install vcredist2015
choco install -y vcredist2015