You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 .