Skip to content

Commit bfb9ca8

Browse files
authored
docs: describe installation via pip
1 parent 091c485 commit bfb9ca8

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,21 +48,18 @@ uvicorn --factory stac_auth_proxy:create_app
4848

4949
### Installation
5050

51-
For local development, we use [`uv`](https://docs.astral.sh/uv/) to manage project dependencies and environment.
51+
The application can be installed as a standard Python module:
5252

5353
```sh
54-
uv sync
54+
pip install stac-auth-proxy
5555
```
5656

57-
Otherwise, the application can be installed as a standard Python module:
57+
For local development, we use [`uv`](https://docs.astral.sh/uv/) to manage project dependencies and environment.
5858

5959
```sh
60-
pip install -e .
60+
uv sync
6161
```
6262

63-
> [!NOTE]
64-
> This project will be available on PyPi in the near future[^30].
65-
6663
### Configuration
6764

6865
The application is configurable via environment variables.

0 commit comments

Comments
 (0)