From c8fd24966905b83dcb0e6ebe4fabcb8fc937e552 Mon Sep 17 00:00:00 2001 From: Marko Petzold Date: Sun, 15 Nov 2020 12:05:31 +0100 Subject: [PATCH] add Cython dependency --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 634b9a7..1533b70 100644 --- a/README.md +++ b/README.md @@ -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 ```