From 39ca11c6626aa08095af2604a8d4b708e493514c Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Wed, 15 Jan 2014 14:43:34 +0000 Subject: Latest docs build --- tutorial/1-serialization.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'tutorial') diff --git a/tutorial/1-serialization.html b/tutorial/1-serialization.html index 00ef6186..f8bca54f 100644 --- a/tutorial/1-serialization.html +++ b/tutorial/1-serialization.html @@ -201,9 +201,8 @@
Before we do anything else we'll create a new virtual environment, using virtualenv. This will make sure our package configuration is kept nicely isolated from any other projects we're working on.
-mkdir ~/env -virtualenv ~/env/tutorial -source ~/env/tutorial/bin/activate +virtualenv env +source env/bin/activate
Now that we're inside a virtualenv environment, we can install our package requirements.
pip install django
--
cgit v1.2.3