Skip to content

Commit 1bb524b

Browse files
committed
Update opt-graphterm.md
1 parent e68aedc commit 1bb524b

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

v3/docs/opt-graphterm.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ project!
44

55
Here is a brief message from him on how to set it up:
66

7+
------
8+
79
I teach python to undergrads and my students have enjoyed using
810
PythonTutor to trace programs. I have modified PythonTutor slightly to
911
work within GraphTerm, which is a graphical terminal for unix computers
@@ -12,9 +14,9 @@ now trace your programs visually within the terminal.
1214

1315
To install it and run it, use the following three commands on a Mac or Linux system:
1416

15-
sudo easy_install graphterm
16-
sudo gterm_setup # To setup the toolchain
17-
gtermserver --terminal
17+
sudo easy_install graphterm
18+
sudo gterm_setup # To setup the toolchain
19+
gtermserver --terminal
1820

1921
This will run the GraphTerm server and open up a browser terminal
2022
window. In that window, you can `cd` to the directory containing the

0 commit comments

Comments
 (0)