Skip to content

Commit 369f08d

Browse files
author
Phil Varner
committed
docs
1 parent a41b635 commit 369f08d

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ For changes, see the [Changelog](CHANGELOG.md).
88

99
## Development Environment Setup
1010

11+
To install the classes in your local Python env, run:
12+
13+
```shell
14+
cd stac_fastapi/elasticsearch
15+
pip install -e .[dev]
16+
```
17+
18+
### Pre-commit
19+
1120
Install [pre-commit](https://pre-commit.com/#install).
1221

1322
Prior to commit, run:
@@ -16,10 +25,6 @@ Prior to commit, run:
1625
pre-commit run --all-files`
1726
```
1827

19-
```shell
20-
cd stac_fastapi/elasticsearch
21-
pip install -e .[dev]
22-
```
2328

2429
## Building
2530

0 commit comments

Comments
 (0)