Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 412 Bytes

contribute.rst

File metadata and controls

17 lines (12 loc) · 412 Bytes

Contribute

If you want to use an isolated environment while hacking on django-autofixture you can run the following commands from the project's root directory:

virtualenv . --no-site-packages
source bin/activate
pip install -r requirements.txt

Please run now the tests that are shipped with autofixture to see if everything is working:

python runtests.py

Happy hacking!