File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff 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
6865The application is configurable via environment variables.
You can’t perform that action at this time.
0 commit comments