We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d128db4 commit 4567cadCopy full SHA for 4567cad
README.md
@@ -43,12 +43,6 @@ Additionally you would need few system dependencies and configuration.
43
brew install autoconf automake libtool pkg-config
44
brew link libtool
45
46
-- Install Cython (0.29.17):
47
-
48
- # pip method if available (sudo might be needed.)
49
- pip3 install Cython==0.29.17
50
51
52
## Using the toolchain
53
54
Any Python extensions or C/C++ library must be compiled: you need to have what
requirements.txt
@@ -3,3 +3,4 @@ Pillow>=6.1.0
3
requests>=2.13
4
cookiecutter==1.7.2
5
sh==1.12.14
6
+Cython==0.29.17
0 commit comments