You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-3Lines changed: 19 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -10,11 +10,27 @@ A Python client for working with [STAC](https://stacspec.org/) APIs.
10
10
11
11
## Installation
12
12
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.
13
+
PySTAC Client is published to PyPi as [pystac-client](https://pypi.org/project/pystac-client/).
14
+
15
+
The only direct Python dependencies of **pystac-client** are [PySTAC](https://pystac.readthedocs.io),
16
+
[requests](https://docs.python-requests.org), and [dateutil](https://dateutil.readthedocs.io).
0 commit comments