aboutsummaryrefslogtreecommitdiffstats
path: root/docs/tutorial/1-serialization.md
diff options
context:
space:
mode:
authorTom Christie2012-09-08 20:23:32 +0100
committerTom Christie2012-09-08 20:23:32 +0100
commit5d9dfcd8ae10db37f0cca043d3b9977e27197487 (patch)
tree2ecb637c6a8a52cb8ff986b43cf482822bd388c5 /docs/tutorial/1-serialization.md
parent382b277dfc74f337d4d74ab100aec031041e42b7 (diff)
downloaddjango-rest-framework-5d9dfcd8ae10db37f0cca043d3b9977e27197487.tar.bz2
Code highlighting in docs
Diffstat (limited to 'docs/tutorial/1-serialization.md')
-rw-r--r--docs/tutorial/1-serialization.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/tutorial/1-serialization.md b/docs/tutorial/1-serialization.md
index 3d6615d9..610d8ed1 100644
--- a/docs/tutorial/1-serialization.md
+++ b/docs/tutorial/1-serialization.md
@@ -8,6 +8,7 @@ This tutorial will walk you through the building blocks that make up REST framew
Before we do anything else we'll create a new virtual environment, using [virtualenv]. This will make sure our package configuration is keep nicely isolated from any other projects we're working on.
+ :::bash
mkdir ~/env
virtualenv --no-site-packages ~/env/tutorial
source ~/env/tutorial/bin/activate