File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,13 +25,13 @@ Using a virtual environment is probably a good idea. Create a virtual environmen
25
25
< hack on bpython>
26
26
$ deactivate # back to normal system environment
27
27
28
- Fork bpython in the GitHub web interace , then clone the repo:
28
+ Fork ` bpython ` in the GitHub web interface , then clone the repo:
29
29
30
30
.. code-block :: bash
31
31
32
32
$ git clone git@github.com:YOUR_GITHUB_USERNAME/bpython.git
33
33
34
- Next install this development version of bpython:
34
+ Next install this development version of ` bpython ` :
35
35
36
36
.. code-block :: bash
37
37
@@ -42,7 +42,7 @@ Next install this development version of bpython:
42
42
< modify a file in some way>
43
43
$ bpython-curtsies # this runs your modified copy of bpython!
44
44
45
- As a first dev task, I recommend getting bpython to print your name every time you hit a specific key.
45
+ As a first dev task, I recommend getting ` bpython ` to print your name every time you hit a specific key.
46
46
47
47
To run tests:
48
48
You can’t perform that action at this time.
0 commit comments