Skip to content

Commit b1ea722

Browse files
committed
Docs
1 parent e1b15fb commit b1ea722

File tree

2 files changed

+3
-53
lines changed

2 files changed

+3
-53
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ If you want to run the server yourself, read on below.
4444
* Python
4545
* geopy for location look-up via nominatim
4646
* metno-locationforecast as met.no API lib <https://github.com/Rory-Sullivan/metno-locationforecast/>
47-
* redis for caching location lookups.
47+
* redis for caching location lookups
4848
* [pysolar](https://pysolar.readthedocs.io/) for sun location
4949

5050
## Thanks
@@ -55,14 +55,14 @@ Contributions from:
5555

5656
## Server install or running locally
5757

58-
Using uv (recommended):
58+
Using uv (recommended for development):
5959

6060
* Install uv: `curl -LsSf https://astral.sh/uv/install.sh | sh`
6161
* Install dependencies: `uv sync`
6262
* Start redis: `docker run -it --rm --network host redis`
6363
* Run fingr: `uv run python fingr.py`
6464

65-
Using Docker:
65+
Using Docker (recommended for prod):
6666

6767
* With docker compose: `docker compose up`
6868
* With distroless image (recommended): `docker build -t fingr . && docker run -it --rm fingr`

fingr/logging.py

Lines changed: 0 additions & 50 deletions
This file was deleted.

0 commit comments

Comments
 (0)