Skip to content
Snippets Groups Projects
Commit 0d38b823 authored by Mateusz Klimaszewski's avatar Mateusz Klimaszewski
Browse files

Release 1.0.1.

parent 179c15ed
No related branches found
No related tags found
No related merge requests found
Pipeline #2318 passed
This commit is part of merge request !27. Comments created here will be created in the context of that merge request.
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
Clone this repository and install COMBO (we suggest creating a virtualenv/conda environment with Python 3.6+, as a bundle of required packages will be installed): Clone this repository and install COMBO (we suggest creating a virtualenv/conda environment with Python 3.6+, as a bundle of required packages will be installed):
```bash ```bash
pip install -U pip setuptools wheel pip install -U pip setuptools wheel
pip install --index-url https://pypi.clarin-pl.eu/simple combo==1.0.0 pip install --index-url https://pypi.clarin-pl.eu/simple combo==1.0.1
``` ```
Run the following commands in your Python console to make predictions with a pre-trained model: Run the following commands in your Python console to make predictions with a pre-trained model:
```python ```python
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
Clone this repository and install COMBO (we suggest using virtualenv/conda with Python 3.6+): Clone this repository and install COMBO (we suggest using virtualenv/conda with Python 3.6+):
```bash ```bash
pip install -U pip setuptools wheel pip install -U pip setuptools wheel
pip install --index-url https://pypi.clarin-pl.eu/simple combo==1.0.0 pip install --index-url https://pypi.clarin-pl.eu/simple combo==1.0.1
combo --helpfull combo --helpfull
``` ```
...@@ -11,7 +11,7 @@ combo --helpfull ...@@ -11,7 +11,7 @@ combo --helpfull
python -m venv venv python -m venv venv
source venv/bin/activate source venv/bin/activate
pip install -U pip setuptools wheel pip install -U pip setuptools wheel
pip install --index-url https://pypi.clarin-pl.eu/simple combo==1.0.0 pip install --index-url https://pypi.clarin-pl.eu/simple combo==1.0.1
``` ```
## Problems & solutions ## Problems & solutions
......
...@@ -22,7 +22,7 @@ REQUIREMENTS = [ ...@@ -22,7 +22,7 @@ REQUIREMENTS = [
setup( setup(
name='combo', name='combo',
version='1.0.0', version='1.0.1',
author='Mateusz Klimaszewski', author='Mateusz Klimaszewski',
author_email='M.Klimaszewski@ii.pw.edu.pl', author_email='M.Klimaszewski@ii.pw.edu.pl',
install_requires=REQUIREMENTS, install_requires=REQUIREMENTS,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment