Skip to content

Instantly share code, notes, and snippets.

@SHDShim
Last active April 15, 2019 03:11
Show Gist options
  • Save SHDShim/ef4b45d17910ba9b52d2d2a1074237a0 to your computer and use it in GitHub Desktop.
Save SHDShim/ef4b45d17910ba9b52d2d2a1074237a0 to your computer and use it in GitHub Desktop.
How to install Nikola in conda

How to install Nikola in conda

conda create -n nikola python=3.6 lxml docutils Pillow MarkupSafe mako Pygments six python-dateutil cloudpickle requests unidecode natsort decorator traitlets tornado ptyprocess pexpect pickleshare appnope simplegeneric wcwidth ipython pyzmq jupyter ipykernel Jinja2 Markdown PyYAML mistune html5lib bleach jsonschema nbformat entrypoints nbconvert terminado notebook watchdog macfsevents

then activate the new environment

conda activate nikola

now install nikola

pip install nikola[extras]

ref: https://homepages.uc.edu/~schreihf/uchenry/post/setting-up-nikola/

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