Skip to content

Commit

Permalink
Update conda instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
LasseBlaauwbroek committed Dec 24, 2023
1 parent e3c49b2 commit c071d48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,8 @@ git clone --recurse-submodules [email protected]:coq-tactician/coq-tactician-api.gi
cd coq-tactician-api
conda env create -f environment.yml
conda activate tactician
export CPATH="$CONDA_PREFIX:$CPATH" # Needed by cmake to find conda headers
conda env config vars set CPATH=${CONDA_PREFIX}/include:${CPATH}
conda activate tactician
```

On Ubuntu 22.04 or newer, you can get the required packages as follows (older versions of Ubuntu
Expand Down

0 comments on commit c071d48

Please sign in to comment.