Skip to content

Commit 2fd45d4

Browse files
committed
Fix setup command
1 parent b00ef84 commit 2fd45d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/cython_example/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ python -m pip install requirements.txt
1515

1616
Compile the Cython .pyx files specified in the `setup.py` file (with the `-i` flag, making them importable in Python):
1717
```
18-
python setup.py build -i
18+
python setup.py build_ext -i
1919
```
2020

2121
Finally, run the `src` python package:

0 commit comments

Comments
 (0)