Browse Source

Removed requirements.txt and made the pip installs explicit in prerequisites.sh

Steven Smith 9 years ago
parent
commit
f73d47446e
2 changed files with 4 additions and 5 deletions
  1. 0 4
      requirements.txt
  2. 4 1
      toolset/setup/linux/prerequisites.sh

+ 0 - 4
requirements.txt

@@ -1,4 +0,0 @@
-colorama==0.3.1
-# Version 2.3 has a nice Counter() and other features
-# but it requires —-allow-external and -—allow-unverified
-progressbar==2.2

+ 4 - 1
toolset/setup/linux/prerequisites.sh

@@ -56,7 +56,10 @@ sudo apt-get -qqy install -o Dpkg::Options::="--force-confdef" -o Dpkg::Options:
   xdg-utils                         `# Needed by dlang.` \
   python-pip
 
-sudo pip install -r ../requirements.txt
+sudo pip install colorama==0.3.1
+# Version 2.3 has a nice Counter() and other features
+# but it requires —-allow-external and -—allow-unverified
+sudo pip install progressbar==2.2
 
 # Install gcc-4.8 and gcc-4.9
 sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y