Skip to content

Commit 4567cad

Browse files
Zen-CODErichard
and
richard
authored
🚚 Move cython requirement into requirements.txt (kivy#531)
Co-authored-by: richard <richard@dotmodus>
1 parent d128db4 commit 4567cad

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

README.md

-6
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,6 @@ Additionally you would need few system dependencies and configuration.
4343
brew install autoconf automake libtool pkg-config
4444
brew link libtool
4545

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-
5246
## Using the toolchain
5347

5448
Any Python extensions or C/C++ library must be compiled: you need to have what

requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ Pillow>=6.1.0
33
requests>=2.13
44
cookiecutter==1.7.2
55
sh==1.12.14
6+
Cython==0.29.17

0 commit comments

Comments
 (0)