We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c08414 commit 19cd412Copy full SHA for 19cd412
doc/sphinx/source/contributing.rst
@@ -52,6 +52,10 @@ Next install the install your development copy of bpython and its dependencies:
52
<modify a file in some way>
53
$ bpython # this runs your modified copy of bpython!
54
55
+Many requirements are also available from your distribution's package manager.
56
+Installation of some dependencies requires Python headers and a C compiler.
57
+These are also available from your package manager.
58
+
59
As a first dev task, I recommend getting `bpython` to print your name every time you hit a specific key.
60
61
To run tests from the bpython directory:
0 commit comments