Skip to content

Commit 3d9f9b4

Browse files
committed
docs: update readme
1 parent cfb9f06 commit 3d9f9b4

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

README.md

+5-11
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,20 @@
1-
# STAC Client <!-- omit in toc -->
1+
# pystac-client
22

33
[![CI](https://github.com/stac-utils/pystac-client/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/stac-utils/pystac-client/actions/workflows/continuous-integration.yml)
44
[![Release](https://github.com/stac-utils/pystac-client/actions/workflows/release.yml/badge.svg)](https://github.com/stac-utils/pystac-client/actions/workflows/release.yml)
55
[![PyPI version](https://badge.fury.io/py/pystac-client.svg)](https://badge.fury.io/py/pystac-client)
66
[![Documentation](https://readthedocs.org/projects/pystac-client/badge/?version=stable)](https://pystac-client.readthedocs.io)
77
[![codecov](https://codecov.io/gh/stac-utils/pystac-client/branch/main/graph/badge.svg)](https://codecov.io/gh/stac-utils/pystac-client)
88

9-
A Python client for working with [STAC](https://stacspec.org/) Catalogs and APIs.
10-
11-
## Table of Contents
12-
13-
- [Table of Contents](#table-of-contents)
14-
- [Installation](#installation)
15-
- [Documentation](#documentation)
16-
- [Development](#development)
9+
A Python client for working with [STAC](https://stacspec.org/) APIs.
1710

1811
## Installation
1912

20-
Install from PyPi. Other than [PySTAC](https://pystac.readthedocs.io) itself, the only dependencies for pystac-client are the Python [requests](https://docs.python-requests.org) and [dateutil](https://dateutil.readthedocs.io) libraries.
13+
Install from PyPi.
14+
Other than [PySTAC](https://pystac.readthedocs.io) itself, the only dependencies for **pystac-client** are the Python [requests](https://docs.python-requests.org) and [dateutil](https://dateutil.readthedocs.io) libraries.
2115

2216
```shell
23-
pip install pystac-client
17+
python -m pip install pystac-client
2418
```
2519

2620
## Documentation

0 commit comments

Comments
 (0)