Skip to content

Commit 1419469

Browse files
pgbovinemmmicedcoffee
authored andcommitted
Update developer-overview.md
1 parent 6b16a02 commit 1419469

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

v3/docs/developer-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Here is a [blog post by a Hacker School student](http://theworldsoldestintern.wo
4747
who 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

5252
Google App Engine works only with Python 2, not Python 3. So if you want to run with Python 3 as well,
5353
first install the [bottle](http://bottlepy.org/) micro web framework:
@@ -57,7 +57,7 @@ first install the [bottle](http://bottlepy.org/) micro web framework:
5757

5858
And then run:
5959

60-
cd OnlinePythonTutor/
60+
cd OnlinePythonTutor/v3/
6161
python bottle_backend.py
6262

6363
If all goes well, when you visit this URL, you should see the Python Tutor visualizer:

0 commit comments

Comments
 (0)