diff options
| author | amatellanes | 2014-02-12 23:17:05 +0100 | 
|---|---|---|
| committer | amatellanes | 2014-02-12 23:17:05 +0100 | 
| commit | 0cb08ac7076da05bec797144263c472f507958b6 (patch) | |
| tree | 5df737297ab524e9303c0fd65412702afde7207e /docs/topics/contributing.md | |
| parent | e56ba33d1b855fea9699afcd932318b9b6edb465 (diff) | |
| download | django-rest-framework-0cb08ac7076da05bec797144263c472f507958b6.tar.bz2 | |
Fixed Testing docs section
Diffstat (limited to 'docs/topics/contributing.md')
| -rw-r--r-- | docs/topics/contributing.md | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/contributing.md b/docs/topics/contributing.md index 30d292f8..5a5d1a80 100644 --- a/docs/topics/contributing.md +++ b/docs/topics/contributing.md @@ -60,7 +60,7 @@ To run the tests, clone the repository, and then:      # Setup the virtual environment      virtualenv env -    env/bin/activate +    source env/bin/activate      pip install -r requirements.txt      pip install -r optionals.txt  | 
