Skip to content
Snippets Groups Projects

Release 1.0.3.

Merged Mateusz Klimaszewski requested to merge release-1.0.3 into develop
Compare and
4 files
+ 5
4
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 2
2
@@ -2,7 +2,7 @@
Clone this repository and install COMBO (we suggest using virtualenv/conda with Python 3.6+):
```bash
pip install -U pip setuptools wheel
pip install --index-url https://pypi.clarin-pl.eu/simple combo==1.0.2
pip install --index-url https://pypi.clarin-pl.eu/simple combo==1.0.3
combo --helpfull
```
@@ -11,7 +11,7 @@ combo --helpfull
python -m venv venv
source venv/bin/activate
pip install -U pip setuptools wheel
pip install --index-url https://pypi.clarin-pl.eu/simple combo==1.0.2
pip install --index-url https://pypi.clarin-pl.eu/simple combo==1.0.3
```
### Conda example: