Skip to content
Snippets Groups Projects
Commit 4dc8c92f authored by Łukasz Pszenny's avatar Łukasz Pszenny
Browse files

Update README.md

parent a3edda39
Branches
Tags
1 merge request!42Release 1.0.5
Pipeline #4480 passed with stage
in 7 minutes and 14 seconds
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment