aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Christie2014-02-12 22:22:13 +0000
committerTom Christie2014-02-12 22:22:13 +0000
commit69b8ec4ebd741f84c74026dff56441ee7bb56df6 (patch)
tree5df737297ab524e9303c0fd65412702afde7207e
parente56ba33d1b855fea9699afcd932318b9b6edb465 (diff)
parent0cb08ac7076da05bec797144263c472f507958b6 (diff)
downloaddjango-rest-framework-69b8ec4ebd741f84c74026dff56441ee7bb56df6.tar.bz2
Merge pull request #1412 from amatellanes/master
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