aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoramatellanes2014-02-12 23:17:05 +0100
committeramatellanes2014-02-12 23:17:05 +0100
commit0cb08ac7076da05bec797144263c472f507958b6 (patch)
tree5df737297ab524e9303c0fd65412702afde7207e
parente56ba33d1b855fea9699afcd932318b9b6edb465 (diff)
downloaddjango-rest-framework-0cb08ac7076da05bec797144263c472f507958b6.tar.bz2
Fixed Testing docs section
-rw-r--r--docs/topics/contributing.md2
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