Skip to content

Commit be5fce8

Browse files
committed
wordsmithing
1 parent 6699c35 commit be5fce8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
## Installation
2525

26-
STAC API Validator requires Python 3.10 and [Poetry 1.2](https://python-poetry.org/docs/).
26+
STAC API Validator requires Python 3.10.
2727

2828
You can install _STAC API Validator_ via [pip] from [PyPI]:
2929

@@ -39,7 +39,8 @@ $ stac-api-validator \
3939
--conformance core --conformance item-search
4040
```
4141

42-
To install from a clone of this repository for development, first install the package with development requirements:
42+
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:
4344

4445
```console
4546
$ poetry install

0 commit comments

Comments
 (0)