Skip to content
Snippets Groups Projects

Documentation

Merged Mateusz Klimaszewski requested to merge documentation into develop
Viewing commit aaea8f55
Prev
Show latest version
5 files
+ 139
107
Compare changes
  • Side-by-side
  • Inline
Files
5
+ 13
0
# Installation
Clone this repository and install COMBO (we suggest using virtualenv/conda with Python 3.6+):
```bash
git clone https://github.com/ipipan/combo.git
cd combo
python setup.py develop
combo --helpfull
```
## Problems & solutions
* **jsonnet** installation error
use `conda install -c conda-forge jsonnet=0.15.0`