Skip to content

Instantly share code, notes, and snippets.

@matt40k
Last active August 6, 2017 01:01
Show Gist options
  • Save matt40k/9b40ea0c303d30c00f1b1b66cb0d1d91 to your computer and use it in GitHub Desktop.
Save matt40k/9b40ea0c303d30c00f1b1b66cb0d1d91 to your computer and use it in GitHub Desktop.

Standard apply updates

sudo apt-get update && sudo apt-get upgrade

Install prep req - Virtualenv, libjpeg and libxml2 dev libraries

sudo apt-get install virtualenv libjpeg-dev libxml2-dev libxslt1-dev

Switch to documents

cd ~/Documents

Setup virtualenv

virtualenv -p /usr/bin/python3 nikola

cd nikola

source bin/activate

pip install --upgrade setuptools pip

Finally do install

pip install --upgrade "Nikola[extras]"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment