add Cython dependency

This commit is contained in:
Marko Petzold 2020-11-15 12:05:31 +01:00 committed by GitHub
parent 996da15fa3
commit c8fd249669
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,12 +19,16 @@ and as Python module. The package supports usage on Linux and MacOSX.
The tdm_ripper module is built on these platforms by
```Shell
# Linux
pip install Cython
make install
```
and
```Shell
# macOS
pip install Cython
make install_osx
```