From 4dc8c92f51e6e881bdd23734127c5af1fab1bfe7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Pszenny?= <pszenny@e-science.pl> Date: Fri, 11 Feb 2022 11:11:37 +0000 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e758bc6..0b0cfc7 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 -- GitLab