We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6699c35 commit be5fce8Copy full SHA for be5fce8
README.md
@@ -23,7 +23,7 @@
23
24
## Installation
25
26
-STAC API Validator requires Python 3.10 and [Poetry 1.2](https://python-poetry.org/docs/).
+STAC API Validator requires Python 3.10.
27
28
You can install _STAC API Validator_ via [pip] from [PyPI]:
29
@@ -39,7 +39,8 @@ $ stac-api-validator \
39
--conformance core --conformance item-search
40
```
41
42
-To install from a clone of this repository for development, first install the package with development requirements:
+To install from a clone of this repository for development, install [Poetry 1.2](https://python-poetry.org/docs/),
43
+and then install the package with development requirements:
44
45
```console
46
$ poetry install
0 commit comments