Removed pip installation

- pip is already installed with the installation of python, and therefore not required.
This commit is contained in:
Gary Ewan Park
2018-05-13 10:31:52 +01:00
committed by GitHub
parent 346d6ba907
commit 52c2465fe2

View File

@@ -31,7 +31,6 @@ choco install -y inconsolata
#--- Tools --- #--- Tools ---
choco install -y docker-for-windows choco install -y docker-for-windows
choco install -y python choco install -y python
choco install -y pip
choco install -y 7zip.install choco install -y 7zip.install
# TODO: install additional ML tools # TODO: install additional ML tools