File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -72,15 +72,15 @@ latest release's source or just grab a fresh `clone
72
72
<https://devguide.python.org/setup/#getting-the-source-code> `_. (If you want
73
73
to contribute patches, you will need a clone.)
74
74
75
- The build process consists in the usual ::
75
+ The build process consists of the usual commands ::
76
76
77
77
./configure
78
78
make
79
79
make install
80
80
81
- invocations. Configuration options and caveats for specific Unix platforms are
82
- extensively documented in the :source: `README.rst ` file in the root of the Python
83
- source tree.
81
+ Configuration options and caveats for specific Unix platforms are extensively
82
+ documented in the :source: `README.rst ` file in the root of the Python source
83
+ tree.
84
84
85
85
.. warning ::
86
86
You can’t perform that action at this time.
0 commit comments