Skip to content
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.

Commit

Permalink
Reordering steps in setup section of README
Browse files Browse the repository at this point in the history
Running ./run_tests.sh requires an activated virtualenv
  • Loading branch information
nickgravgaard committed Dec 11, 2013
1 parent 5a7a454 commit 0b241fe
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@ Backdrop is a datastore built with Python and MongoDB. It is made up of two sepa
This assumes you are using the GDS dev environment and so have python and mongo installed.

0. Check that you have virtualenv installed, if not ```sudo apt-get install python-virtualenv```.
1. Navigate to this directory and run ```./run_tests.sh```. This will
create a new virtualenv, install all dependencies and run the tests.
2. ```source venv/bin/activate``` to enable the virtualenv.
1. ```source venv/bin/activate``` to enable the virtualenv.
2. Navigate to this directory and run ```./run_tests.sh```. This will create a new virtualenv, install all dependencies and run the tests.
3. Copy `backdrop/write/config/development_environment_sample.py` to `development_environment.py`
(if you want to) and edit as needed.

Expand Down

0 comments on commit 0b241fe

Please sign in to comment.