File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -18,23 +18,6 @@ STAC Auth Proxy is a proxy API that mediates between the client and your interna
1818
1919## Usage
2020
21- ### Installation
22-
23- For local development, we use [ ` uv ` ] ( https://docs.astral.sh/uv/ ) to manage project dependencies and environment.
24-
25- ``` sh
26- uv sync
27- ```
28-
29- Otherwise, the application can be installed as a standard Python module:
30-
31- ``` sh
32- pip install -e .
33- ```
34-
35- > [ !NOTE]
36- > This project will be available on PyPi in the near future[ ^ 30 ] .
37-
3821### Running
3922
4023The simplest way to run the project is by invoking the application via Docker:
@@ -58,6 +41,23 @@ python -m stac_auth_proxy
5841uvicorn --factory stac_auth_proxy:create_app
5942```
6043
44+ ### Installation
45+
46+ For local development, we use [ ` uv ` ] ( https://docs.astral.sh/uv/ ) to manage project dependencies and environment.
47+
48+ ``` sh
49+ uv sync
50+ ```
51+
52+ Otherwise, the application can be installed as a standard Python module:
53+
54+ ``` sh
55+ pip install -e .
56+ ```
57+
58+ > [ !NOTE]
59+ > This project will be available on PyPi in the near future[ ^ 30 ] .
60+
6161### Configuration
6262
6363The application is configurable via environment variables.
You can’t perform that action at this time.
0 commit comments