diff --git a/README.md b/README.md index e758bc63fe132f0f7de42b3700bba0753cba4a72..0b0cfc71d461fd3aad8486cbe4f2677e3bc09fb1 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,11 @@ Clone this repository and install COMBO (we suggest creating a virtualenv/conda pip install -U pip setuptools wheel pip install --index-url https://pypi.clarin-pl.eu/simple combo==1.0.5 ``` +For Python 3.9 you may also need to install cython: +```bash +pip install -U pip cython +``` + Run the following commands in your Python console to make predictions with a pre-trained model: ```python from combo.predict import COMBO