Fix pip Nikola pokackaging problems (#97)

This commit is contained in:
Cyryl Płotnicki 2017-01-25 21:36:23 +00:00 committed by GitHub
parent 3f00dfc2b5
commit 2ac6310ded

View file

@ -190,6 +190,9 @@ if [[ -z $NOPYTHON3 ]]; then
echo "Choosing pip"
PIP=pip
fi
echo "Upgrading pip"
$SUDO $PIP install --upgrade pip
$SUDO $PIP install packaging
echo "Installing Nikola"
$SUDO $PIP install pygments-style-solarized ws4py watchdog webassets Nikola
fi