Skip to content

Commit

Permalink
Fix install from release path
Browse files Browse the repository at this point in the history
  • Loading branch information
bricoletc committed Jan 28, 2021
1 parent 280ba4c commit 812330e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ singularity exec "$URI" gramtools

```sh
VERSION="1.7.0"
wget -O - "https://github.com/iqbal-lab-org/gramtools/archive/v${VERSION}.tar.gz" | tar xfz -
pip install "gramtools-${VERSION}"
wget -O - "https://github.com/iqbal-lab-org/gramtools/releases/download/v${VERSION}/gramtools-${VERSION}.tar.gz" | tar xfz -
pip install "./gramtools-${VERSION}"
```
The latest release includes a precompiled binary for Linux. This will be used if it works on your machine, else it will get compiled during the installation.

Expand Down

0 comments on commit 812330e

Please sign in to comment.