Skip to content

Commit

Permalink
add gemmi to conda package list in install instructions, remove fixed…
Browse files Browse the repository at this point in the history
… libnetcdf version
  • Loading branch information
agrossfield committed Dec 29, 2023
1 parent 0dd43ca commit 59f4ae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ If you want to build everything by
hand, but with conda, first set up your conda environment,

```
conda create -n loos -c conda-forge python=3 swig=4 cmake numpy scipy scikit-learn boost openblas libnetcdf=4.8.1 lapack compilers eigen
conda create -n loos -c conda-forge python=3 swig=4 cmake numpy scipy scikit-learn boost openblas libnetcdf lapack compilers eigen gemmi
conda activate loos
```

Expand Down

0 comments on commit 59f4ae6

Please sign in to comment.