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
48
48
49
49
### Installation
50
50
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:
52
52
53
53
``` sh
54
- uv sync
54
+ pip install stac-auth-proxy
55
55
```
56
56
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.
58
58
59
59
``` sh
60
- pip install -e .
60
+ uv sync
61
61
```
62
62
63
- > [ !NOTE]
64
- > This project will be available on PyPi in the near future[ ^ 30 ] .
65
-
66
63
### Configuration
67
64
68
65
The application is configurable via environment variables.
You can’t perform that action at this time.
0 commit comments