Fix pip Nikola pokackaging problems (#97)
This commit is contained in:
parent
3f00dfc2b5
commit
2ac6310ded
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue