Skip to content

Commit 7112a76

Browse files
authored
Replace 'master' with 'main' in readme
1 parent e739f32 commit 7112a76

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
==========================================
33

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

88
`glimpse` is a Python package built for quickly and precisely analyzing time-lapse photographs of glaciers.
@@ -36,15 +36,15 @@ The methods implemented in this software are described in great detail across tw
3636
`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:
3737

3838
```bash
39-
pip install https://github.com/ezwelty/glimpse/tarball/master#egg=glimpse
39+
pip install https://github.com/ezwelty/glimpse/tarball/main#egg=glimpse
4040
```
4141

4242
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:
4343

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

5050
# Contribute

0 commit comments

Comments
 (0)