Skip to content

Commit debbb0a

Browse files
committed
revert install instructions
1 parent 4600fde commit debbb0a

File tree

2 files changed

+4
-29
lines changed

2 files changed

+4
-29
lines changed

README.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,10 @@ PySTAC Client is published to PyPi as [pystac-client](https://pypi.org/project/p
1515
The only direct Python dependencies of **pystac-client** are [PySTAC](https://pystac.readthedocs.io),
1616
[requests](https://docs.python-requests.org), and [dateutil](https://dateutil.readthedocs.io).
1717

18-
pip:
18+
To install with pip, run:
1919

2020
```shell
21-
pip install pystac-client
22-
```
23-
24-
uv:
25-
26-
```shell
27-
uv add pystac-client
28-
```
29-
30-
poetry:
31-
32-
```shell
33-
poetry add pystac-client
21+
python -m pip install pystac-client
3422
```
3523

3624
## Documentation

docs/index.rst

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -32,24 +32,11 @@ Installation
3232

3333
``pystac-client`` requires `Python >=3.10 <https://www.python.org/>`__.
3434

35-
pip:
35+
To install with pip, run:
3636

3737
.. code-block:: console
3838
39-
$ pip install pystac-client
40-
41-
uv:
42-
43-
.. code-block:: console
44-
45-
$ uv add pystac-client
46-
47-
poetry:
48-
49-
.. code-block:: console
50-
51-
$ poetry add pystac-client
52-
39+
$ python -m pip install pystac-client
5340
5441
This will install the dependencies :doc:`pystac <pystac:index>`,
5542
:doc:`python-dateutil <dateutil:index>`, and :doc:`requests <requests:index>`.

0 commit comments

Comments
 (0)