File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ Here is a [blog post by a Hacker School student](http://theworldsoldestintern.wo
4747who set up OPT on his Ubuntu laptop. (btw [ Hacker School] ( http://www.hackerschool.com/ ) is worth checking out!)
4848
4949
50- ## Alternative: Running OPT locally using bottle
50+ ## Alternative setup : Running OPT locally using bottle
5151
5252Google App Engine works only with Python 2, not Python 3. So if you want to run with Python 3 as well,
5353first install the [ bottle] ( http://bottlepy.org/ ) micro web framework:
@@ -57,7 +57,7 @@ first install the [bottle](http://bottlepy.org/) micro web framework:
5757
5858And then run:
5959
60- cd OnlinePythonTutor/
60+ cd OnlinePythonTutor/v3/
6161 python bottle_backend.py
6262
6363If all goes well, when you visit this URL, you should see the Python Tutor visualizer:
You can’t perform that action at this time.
0 commit comments