Created
January 23, 2016 03:23
-
-
Save mactkg/1842a40b5759e214bc5a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
xcode-select --install | |
brew install asciidoc | |
brew install libxml2 --with-python # is it required? | |
pyenv virtualenv `pyenv versions | grep '\d\.' | tail -n1` nikola | |
pyenv local nikola | |
pip install nikola | |
pip install --upgrade "nikola[Extras]" | |
pip install --upgrade python-Levenshtein |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
pyenv-virtualenv activate environemnt automatically, so we don't require loading
nikola/bin/activate