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
18
18
19
19
## Usage
20
20
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
-
38
21
### Running
39
22
40
23
The simplest way to run the project is by invoking the application via Docker:
@@ -58,6 +41,23 @@ python -m stac_auth_proxy
58
41
uvicorn --factory stac_auth_proxy:create_app
59
42
```
60
43
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
+
61
61
### Configuration
62
62
63
63
The application is configurable via environment variables.
You can’t perform that action at this time.
0 commit comments