add Cython dependency
This commit is contained in:
parent
996da15fa3
commit
c8fd249669
@ -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
|
The tdm_ripper module is built on these platforms by
|
||||||
|
|
||||||
```Shell
|
```Shell
|
||||||
|
# Linux
|
||||||
|
pip install Cython
|
||||||
make install
|
make install
|
||||||
```
|
```
|
||||||
|
|
||||||
and
|
and
|
||||||
|
|
||||||
```Shell
|
```Shell
|
||||||
|
# macOS
|
||||||
|
pip install Cython
|
||||||
make install_osx
|
make install_osx
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user