Browse Source

Added prerequisites.sh step to install requests package

Steven Smith 9 years ago
parent
commit
b622fad71d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      toolset/setup/linux/prerequisites.sh

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

@@ -60,6 +60,7 @@ sudo pip install colorama==0.3.1
 # Version 2.3 has a nice Counter() and other features
 # Version 2.3 has a nice Counter() and other features
 # but it requires —-allow-external and -—allow-unverified
 # but it requires —-allow-external and -—allow-unverified
 sudo pip install progressbar==2.2
 sudo pip install progressbar==2.2
+sudo pip install requests
 
 
 # Install gcc-4.8 and gcc-4.9
 # Install gcc-4.8 and gcc-4.9
 sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
 sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y