diff options
| author | Tom Christie | 2012-10-25 17:01:00 +0100 | 
|---|---|---|
| committer | Tom Christie | 2012-10-25 17:01:00 +0100 | 
| commit | 04ae32c9340b0782014bd61ef9ee3196af22ebce (patch) | |
| tree | 158a72895068df623f6fd5e9bf2ee2cc255ad9f4 /docs/tutorial/1-serialization.md | |
| parent | 8c360770c18ac38a2f4da81a3553fb40592558c4 (diff) | |
| download | django-rest-framework-04ae32c9340b0782014bd61ef9ee3196af22ebce.tar.bz2 | |
remove no-site-packages since that's now the default
Diffstat (limited to 'docs/tutorial/1-serialization.md')
| -rw-r--r-- | docs/tutorial/1-serialization.md | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/tutorial/1-serialization.md b/docs/tutorial/1-serialization.md index 5b58f293..d1ae0ba5 100644 --- a/docs/tutorial/1-serialization.md +++ b/docs/tutorial/1-serialization.md @@ -10,7 +10,7 @@ Before we do anything else we'll create a new virtual environment, using [virtua      :::bash      mkdir ~/env -    virtualenv --no-site-packages ~/env/tutorial +    virtualenv ~/env/tutorial      source ~/env/tutorial/bin/activate  Now that we're inside a virtualenv environment, we can install our package requirements. | 
