Skip to content

Instantly share code, notes, and snippets.

@stevedrees
Created September 18, 2015 18:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stevedrees/5bc8af1241a00a36065c to your computer and use it in GitHub Desktop.
Save stevedrees/5bc8af1241a00a36065c to your computer and use it in GitHub Desktop.
sudo xcodebuild -license
sudo brew install python3
sudo pip3 install virtualenv
virtualenv nikola
cd nikola
source bin/activate
pip install --upgrade "Nikola[extras]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment