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 1376fb3 commit 16b7432Copy full SHA for 16b7432
README.md
@@ -23,7 +23,7 @@ STAC Auth Proxy is a proxy API that mediates between the client and an internall
23
24
### Installation
25
26
-For local development, his project uses [`uv`](https://docs.astral.sh/uv/) to manage project dependencies and environment.
+For local development, we use [`uv`](https://docs.astral.sh/uv/) to manage project dependencies and environment.
27
28
```sh
29
uv sync
@@ -32,7 +32,7 @@ uv sync
32
Otherwise, the application can be installed as a standard Python module:
33
34
35
-python3 install src
+pip install -e src
36
```
37
38
### Running
0 commit comments