Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
combo
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Syntactic Tools
combo
Merge requests
!35
Develop
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Develop
develop
into
master
Overview
0
Commits
2
Pipelines
1
Changes
3
Merged
Develop
Mateusz Klimaszewski
requested to merge
develop
into
master
Mar 23, 2021
Overview
0
Commits
2
Pipelines
1
Changes
3
0
0
Merge request reports
Viewing commit
7986dcdf
Prev
Next
Show latest version
3 files
+
4
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
7986dcdf
Release 1.0.3.
· 7986dcdf
Mateusz Klimaszewski
authored
Mar 23, 2021
docs/installation.md
+
2
−
2
View file @ 7986dcdf
Edit in single-file editor
Open in Web IDE
Show full file
@@ -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:
Loading