File tree Expand file tree Collapse file tree 2 files changed +4
-29
lines changed Expand file tree Collapse file tree 2 files changed +4
-29
lines changed Original file line number Diff line number Diff line change @@ -15,22 +15,10 @@ PySTAC Client is published to PyPi as [pystac-client](https://pypi.org/project/p
15
15
The only direct Python dependencies of ** pystac-client** are [ PySTAC] ( https://pystac.readthedocs.io ) ,
16
16
[ requests] ( https://docs.python-requests.org ) , and [ dateutil] ( https://dateutil.readthedocs.io ) .
17
17
18
- pip:
18
+ To install with pip, run :
19
19
20
20
``` 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
34
22
```
35
23
36
24
## Documentation
Original file line number Diff line number Diff line change @@ -32,24 +32,11 @@ Installation
32
32
33
33
``pystac-client `` requires `Python >=3.10 <https://www.python.org/ >`__.
34
34
35
- pip:
35
+ To install with pip, run :
36
36
37
37
.. code-block :: console
38
38
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
53
40
54
41
This will install the dependencies :doc: `pystac <pystac:index >`,
55
42
:doc: `python-dateutil <dateutil:index >`, and :doc: `requests <requests:index >`.
You can’t perform that action at this time.
0 commit comments