🚚 Move cython requirement into requirements.txt (#531)
Co-authored-by: richard <richard@dotmodus>
This commit is contained in:
parent
d128db448b
commit
4567cad31f
2 changed files with 1 additions and 6 deletions
|
@ -43,12 +43,6 @@ Additionally you would need few system dependencies and configuration.
|
||||||
brew install autoconf automake libtool pkg-config
|
brew install autoconf automake libtool pkg-config
|
||||||
brew link libtool
|
brew link libtool
|
||||||
|
|
||||||
- Install Cython (0.29.17):
|
|
||||||
|
|
||||||
# pip method if available (sudo might be needed.)
|
|
||||||
pip3 install Cython==0.29.17
|
|
||||||
|
|
||||||
|
|
||||||
## Using the toolchain
|
## Using the toolchain
|
||||||
|
|
||||||
Any Python extensions or C/C++ library must be compiled: you need to have what
|
Any Python extensions or C/C++ library must be compiled: you need to have what
|
||||||
|
|
|
@ -3,3 +3,4 @@ Pillow>=6.1.0
|
||||||
requests>=2.13
|
requests>=2.13
|
||||||
cookiecutter==1.7.2
|
cookiecutter==1.7.2
|
||||||
sh==1.12.14
|
sh==1.12.14
|
||||||
|
Cython==0.29.17
|
Loading…
Reference in a new issue