Skip to content

Commit

Permalink
Updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
remik committed Jan 19, 2015
1 parent 1157678 commit 8982372
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,13 @@ Options:
Testing
=======

1. Fork repository (if you don't have write permission).
2. Create a branch.
3. Add feature or fix a bug.
4. Push code.
5. Create a Pull Request.


Automated tests
---------------

Expand All @@ -96,9 +103,7 @@ Example:
Testing interface
-----------------

1. Fork repository (if you don't have write permission).
2. Create a branch.
3. Create virtual environment::
1. Create virtual environment::

# Preparing virtualenv paths (optional if your profile doesn't have it).
export WORKON_HOME=~/Envs
Expand All @@ -109,14 +114,10 @@ Testing interface
mkvirtualenv django-basic-email --no-site-packages
workon django-basic-email

4. Install ``django-basic-email`` in editable mode::
2. Install ``django-basic-email`` in editable mode::

pip install -e .

5. Run example project::
3. Run example project::

cd example_project && ./manage.py migrate && ./manage.py runserver

6. Add feature or fix a bug.
7. Push code.
8. Create a Pull Request.

0 comments on commit 8982372

Please sign in to comment.