From 52c2465fe20cc1bbe4361d480105b2d490fb1939 Mon Sep 17 00:00:00 2001 From: Gary Ewan Park Date: Sun, 13 May 2018 10:31:52 +0100 Subject: [PATCH] Removed pip installation - pip is already installed with the installation of python, and therefore not required. --- dev_ml_python.ps1 | 1 - 1 file changed, 1 deletion(-) diff --git a/dev_ml_python.ps1 b/dev_ml_python.ps1 index c49de48..a8d4e0c 100644 --- a/dev_ml_python.ps1 +++ b/dev_ml_python.ps1 @@ -31,7 +31,6 @@ choco install -y inconsolata #--- Tools --- choco install -y docker-for-windows choco install -y python -choco install -y pip choco install -y 7zip.install # TODO: install additional ML tools