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 ```