File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed
Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -201,10 +201,15 @@ the encodings module). Do not worry if you can't get this to work or it doesn't
201201make any sense; it's entirely optional and only important for a small number of
202202modules.
203203
204- If you still choose to try this, the first step is to build coverage.py's C
205- extension code. Assuming that coverage.py's clone is at ``COVERAGEDIR `` and
206- your clone of CPython is at ``CPYTHONDIR ``, you execute the following in your
207- coverage.py clone::
204+ If you still choose to try this, the first step is to make sure coverage.py's
205+ C extension is installed. You can check this with::
206+
207+ ./python COVERAGEDIR --version
208+
209+ If it says 'without C extension', then you will need to build the C extension.
210+ Assuming that coverage.py's clone is at ``COVERAGEDIR `` and your clone of CPython
211+ is at ``CPYTHONDIR ``, you can do this by executing the following in your coverage.py
212+ clone::
208213
209214 CPPFLAGS="-I CPYTHONDIR -I CPYTHONDIR/Include" CPYTHONDIR/python setup.py build_ext --inplace
210215
You can’t perform that action at this time.
0 commit comments