-
Notifications
You must be signed in to change notification settings - Fork 102
Installation
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 .
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.