Skip to content

Commit

Permalink
minor: update installation instructions
Browse files Browse the repository at this point in the history
Add comment about updating perl module in the conda environment if there is an incompatibility.
  • Loading branch information
ossmith authored Dec 8, 2022
1 parent c1f1e18 commit 6ce3cad
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ conda env create -f environment.yml
conda activate HARE
```

You may then need to update the perl Compress::Raw::Zlib module:
```
cpan Compress::Raw::Zlib
```

### Installation from source
Clone this repository:
```
Expand Down

0 comments on commit 6ce3cad

Please sign in to comment.