Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 326 Bytes

installation.md

File metadata and controls

13 lines (11 loc) · 326 Bytes

Installation

Clone this repository and install COMBO (we suggest using virtualenv/conda with Python 3.6+):

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