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 .
Clone this wiki locally