We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5eadd5 commit 7e140b2Copy full SHA for 7e140b2
1 file changed
install-bikeshed.sh
@@ -10,6 +10,7 @@ echo "Installing bikeshed dependencies..."
10
sudo apt-get install python2.7 python-dev libxslt1-dev libxml2-dev || error_exit "Error installing Python and dependencies"
11
sudo pip install lxml || error_exit "Error installing pip libxml"
12
sudo pip install lxml --upgrade || error_exit "Error upgrading libxml"
13
+sudo pip install setuptools --upgrade || error_exit "Error upgrading setuptools"
14
sudo pip install pygments || error_exit "Error installing Pygments"
15
16
cd ..
0 commit comments