Skip to content

Commit 16b7432

Browse files
committed
chore(docs): fix install instructions
1 parent 1376fb3 commit 16b7432

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ STAC Auth Proxy is a proxy API that mediates between the client and an internall
2323
2424
### Installation
2525

26-
For local development, his project uses [`uv`](https://docs.astral.sh/uv/) to manage project dependencies and environment.
26+
For local development, we use [`uv`](https://docs.astral.sh/uv/) to manage project dependencies and environment.
2727

2828
```sh
2929
uv sync
@@ -32,7 +32,7 @@ uv sync
3232
Otherwise, the application can be installed as a standard Python module:
3333

3434
```sh
35-
python3 install src
35+
pip install -e src
3636
```
3737

3838
### Running

0 commit comments

Comments
 (0)