Skip to content

Commit

Permalink
Use git+url in installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ezwelty committed May 10, 2024
1 parent ab98d83 commit 791de33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ The methods implemented in this software are described in great detail across tw
`glimpse` has not yet been released for distribution, but can still be installed with [`pip`](https://pip.pypa.io/en/stable/installing) from the source code on GitHub:

```bash
pip install https://github.com/ezwelty/glimpse/tarball/main#egg=glimpse
pip install git+https://github.com/ezwelty/glimpse
```

The installation requires [`gdal`](https://gdal.org/download.html#binaries) to be present. The simplest way of achieving this is to install `gdal` into a [`conda`](https://docs.conda.io/projects/conda/en/latest/user-guide/install) environment:
Expand Down

0 comments on commit 791de33

Please sign in to comment.