We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b00ef84 commit 2fd45d4Copy full SHA for 2fd45d4
examples/cython_example/README.md
@@ -15,7 +15,7 @@ python -m pip install requirements.txt
15
16
Compile the Cython .pyx files specified in the `setup.py` file (with the `-i` flag, making them importable in Python):
17
```
18
-python setup.py build -i
+python setup.py build_ext -i
19
20
21
Finally, run the `src` python package:
0 commit comments