Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
combo
Manage
Activity
Members
Labels
Plan
Issues
20
Issue boards
Milestones
Wiki
Redmine
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Syntactic Tools
combo
Commits
78e34063
Commit
78e34063
authored
4 years ago
by
Mateusz Klimaszewski
Committed by
Mateusz Klimaszewski
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Release 1.0.2.
parent
30ff5818
Branches
Branches containing commit
Tags
v1.0.2
Tags containing commit
2 merge requests
!31
Release 1.0.2.
,
!30
Release 1.0.2.
Pipeline
#2784
passed with stage
in 4 minutes and 10 seconds
Changes
3
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+1
-1
1 addition, 1 deletion
README.md
docs/installation.md
+2
-2
2 additions, 2 deletions
docs/installation.md
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
4 additions
and
4 deletions
README.md
+
1
−
1
View file @
78e34063
...
...
@@ -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):
```
bash
pip
install
-U
pip setuptools wheel
pip
install
--index-url
https://pypi.clarin-pl.eu/simple
combo
==
1.0.
1
pip
install
--index-url
https://pypi.clarin-pl.eu/simple
combo
==
1.0.
2
```
Run the following commands in your Python console to make predictions with a pre-trained model:
```
python
...
...
This diff is collapsed.
Click to expand it.
docs/installation.md
+
2
−
2
View file @
78e34063
...
...
@@ -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.
1
pip
install
--index-url
https://pypi.clarin-pl.eu/simple
combo
==
1.0.
2
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.
1
pip
install
--index-url
https://pypi.clarin-pl.eu/simple
combo
==
1.0.
2
```
### Conda example:
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
78e34063
...
...
@@ -23,7 +23,7 @@ REQUIREMENTS = [
setup
(
name
=
'
combo
'
,
version
=
'
1.0.
1
'
,
version
=
'
1.0.
2
'
,
author
=
'
Mateusz Klimaszewski
'
,
author_email
=
'
M.Klimaszewski@ii.pw.edu.pl
'
,
install_requires
=
REQUIREMENTS
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment