Skip to content

Commit 6427725

Browse files
committed
update
1 parent a00cde8 commit 6427725

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@ There are limited capabilities for writing GRIB files (you can modify the conten
1010
Quickstart
1111
==========
1212

13-
The easiest way to get everything installed is to use the [pip](https://py.pypa.io):
13+
The easiest way to get everything installed is to use [pip](https://py.pypa.io):
1414

1515
```
1616
pip install pygrib
1717
```
1818

19-
You can also use [conda](https://docs.conda.io/en/latest/)
19+
You can also use [conda](https://docs.conda.io/en/latest/):
2020

2121
```
2222
conda install -c conda-forge pygrib
2323
```
2424

25-
Alternately, clone the github repo and run `python setup.py install` (after setting `$ECCCODES_DIR`).
25+
Alternately, clone the github repo and run `python setup.py install` (after setting `$ECCCODES_DIR`)
2626
where `$ECCODES_DIR` is the path to the directory containing `include/grib_api.h`
2727
and `lib/libeccodes.so`. If `ECCODES_DIR` is not specified, a few common locations
2828
such as `$CONDA_PREFIX,/usr,/usr/local,/opt/local` will be searched.

0 commit comments

Comments
 (0)