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 a41b635 commit 369f08dCopy full SHA for 369f08d
README.md
@@ -8,6 +8,15 @@ For changes, see the [Changelog](CHANGELOG.md).
8
9
## Development Environment Setup
10
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
20
Install [pre-commit](https://pre-commit.com/#install).
21
22
Prior to commit, run:
@@ -16,10 +25,6 @@ Prior to commit, run:
25
pre-commit run --all-files`
26
```
27
-```shell
-cd stac_fastapi/elasticsearch
-pip install -e .[dev]
-```
23
28
24
29
## Building
30
0 commit comments