Skip to content
Greg Toombs edited this page Oct 24, 2015 · 4 revisions

Mimic may be installed directly from the GitHub repository via:

pip install git+git://github.com/reinderien/mimic.git

When developing mimic, pip can be used to create a "development" install which uses symlink magic to allow changes in files to be reflected without re-installing:

git clone git://github.com/reinderien/mimic.git
cd mimic
pip install -e .

Requirements

Mimic depends (somewhat optionally) on docutils, because the unicodedata database is required for explain. This is installed automatically via pip, but mimic will still run if you've cloned and don't have it.

Clone this wiki locally