Skip to content

Commit 6a14912

Browse files
committed
docs: place docker instructions before installation
1 parent 6f9216b commit 6a14912

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

README.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff 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

4023
The simplest way to run the project is by invoking the application via Docker:
@@ -58,6 +41,23 @@ python -m stac_auth_proxy
5841
uvicorn --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

6363
The application is configurable via environment variables.

0 commit comments

Comments
 (0)