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
2525 < hack on bpython>
2626 $ deactivate # back to normal system environment
2727
28- Fork bpython in the GitHub web interace , then clone the repo:
28+ Fork ` bpython ` in the GitHub web interface , then clone the repo:
2929
3030.. code-block :: bash
3131
3232 $ git clone git@github.com:YOUR_GITHUB_USERNAME/bpython.git
3333
34- Next install this development version of bpython:
34+ Next install this development version of ` bpython ` :
3535
3636.. code-block :: bash
3737
@@ -42,7 +42,7 @@ Next install this development version of bpython:
4242 < modify a file in some way>
4343 $ bpython-curtsies # this runs your modified copy of bpython!
4444
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.
4646
4747To run tests:
4848
You can’t perform that action at this time.
0 commit comments