Skip to content

Commit

Permalink
Removing references to buildout from documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmuellegger committed Oct 14, 2010
1 parent 06de8c8 commit 821b918
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/contribute.rst
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
Contribute
==========

If you want to use an isolated buildout environment while hacking on
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::

python bootstrap.py
bin/buildout
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 well::
everything is working::

bin/test
python runtests.py

Happy hacking!

0 comments on commit 821b918

Please sign in to comment.