File tree Expand file tree Collapse file tree 2 files changed +3
-53
lines changed
Expand file tree Collapse file tree 2 files changed +3
-53
lines changed Original file line number Diff line number Diff 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 `
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments