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
Updates and fixes to README, index, quickstart, and usage (#792)
* Updates and fixes to README, index, quickstart, and usage
* remove incorrect link in pr template
* Update docs/index.rst
Co-authored-by: Julia Signell <[email protected]>
* revert install instructions
* User ORNL CLOUD for collections search
* revert usage
---------
Co-authored-by: Julia Signell <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+6-2
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,12 @@ 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