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
!29
Documentation updated.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Documentation updated.
develop
into
master
Overview
0
Commits
1
Pipelines
1
Changes
5
Merged
Documentation updated.
Mateusz Klimaszewski
requested to merge
develop
into
master
Jan 20, 2021
Overview
0
Commits
1
Pipelines
1
Changes
5
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
196187ac
1 commit,
Jan 20, 2021
5 files
+
96
−
51
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
docs/installation.md
+
8
−
0
View file @ 196187ac
Edit in single-file editor
Open in Web IDE
Show full file
@@ -14,6 +14,14 @@ pip install -U pip setuptools wheel
pip
install
--index-url
https://pypi.clarin-pl.eu/simple
combo
==
1.0.1
```
### Conda example:
```
bash
conda create
-n
combo
python
=
3.8
conda activate combo
pip
install
-U
pip setuptools wheel
pip
install
--index-url
https://pypi.clarin-pl.eu/simple
combo
==
1.0.1
```
## Problems & solutions
*
**jsonnet**
installation error
Loading