git.fiddlerwoaroof.com
Browse code

Update README.markdown

fiddlerwoaroof authored on 24/01/2012 22:51:06
Showing 1 changed files
... ...
@@ -12,33 +12,33 @@
12 12
 
13 13
 2. Install virtualenv:
14 14
 
15
-    % sudo easy_install-2.6 virtualenv
16
-    Password: ...
17
-    Searching for virtualenv
18
-    Reading http://pypi.python.org/simple/virtualenv/
19
-    <snip>
20
-    Installed .../virtualenv-1.7-py2.6.egg
21
-    Processing dependencies for virtualenv
22
-    Finished processing dependencies for virtualenv
15
+            % sudo easy_install-2.6 virtualenv
16
+            Password: ...
17
+            Searching for virtualenv
18
+            Reading http://pypi.python.org/simple/virtualenv/
19
+            <snip>
20
+            Installed .../virtualenv-1.7-py2.6.egg
21
+            Processing dependencies for virtualenv
22
+            Finished processing dependencies for virtualenv
23 23
 
24 24
 
25 25
 3. Install prerequisites:
26 26
 
27
-      % cd slideserver
27
+            % cd slideserver
28 28
 
29
-      % source bin/activate
29
+            % source bin/activate
30
+
31
+            % pip install -r requirements.txt
32
+            Downloading/unpacking Mako==0.5.0 (from -r requirements.txt (line 1))
33
+            Downloading Mako-0.5.0.tar.gz (318Kb): 318Kb downloaded
34
+            <snip>
35
+            Successfully installed Mako Flask Twisted markdown pyyaml MarkupSafe Werkzeug Jinja2 zope.interface argparse
30 36
 
31
-      % pip install -r requirements.txt
32
-      Downloading/unpacking Mako==0.5.0 (from -r requirements.txt (line 1))
33
-      Downloading Mako-0.5.0.tar.gz (318Kb): 318Kb downloaded
34
-      <snip>
35
-      Successfully installed Mako Flask Twisted markdown pyyaml MarkupSafe Werkzeug Jinja2 zope.interface argparse
36
-      
37 37
 
38 38
 4. From the demo directory run:
39 39
 
40
-      % cd demo
41
-      % PYTHONPATH=../.. PORT=8081 python -m slideserver.slides slideshow static
40
+            % cd demo
41
+            % PYTHONPATH=../.. PORT=8081 python -m slideserver.slides slideshow static
42 42
 
43 43
 5. Navigate to <http://localhost:8081>
44 44