Skip to content

Commit

Permalink
Replace 'master' with 'main' in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ezwelty authored Feb 21, 2022
1 parent e739f32 commit 7112a76
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
==========================================

[![tests](https://github.com/ezwelty/glimpse/workflows/tests/badge.svg)](https://github.com/ezwelty/glimpse/actions?workflow=tests)
[![coverage](https://codecov.io/gh/ezwelty/glimpse/branch/master/graph/badge.svg)](https://codecov.io/gh/ezwelty/glimpse)
[![coverage](https://codecov.io/gh/ezwelty/glimpse/branch/main/graph/badge.svg)](https://codecov.io/gh/ezwelty/glimpse)
[![code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

`glimpse` is a Python package built for quickly and precisely analyzing time-lapse photographs of glaciers.
Expand Down Expand Up @@ -36,15 +36,15 @@ 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/master#egg=glimpse
pip install https://github.com/ezwelty/glimpse/tarball/main#egg=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:

```bash
conda create -n glimpse -c conda-forge python=3.8 gdal=3.2.0
conda activate glimpse
pip install https://github.com/ezwelty/glimpse/tarball/master#egg=glimpse
pip install https://github.com/ezwelty/glimpse/tarball/main#egg=glimpse
```

# Contribute
Expand Down

0 comments on commit 7112a76

Please sign in to comment.