From 9076009f6f41a5cce17668c819201b4ba2bab8d8 Mon Sep 17 00:00:00 2001 From: Kevin Donahue Date: Wed, 26 Jun 2024 09:04:25 -0400 Subject: [PATCH] update readme --- api/README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/api/README.md b/api/README.md index 749c84f..6814e39 100644 --- a/api/README.md +++ b/api/README.md @@ -15,12 +15,9 @@ api server for sky brightness. ```sh pip install -r requirements.txt -python -m uvicorn api.main:app --host 0.0.0.0 --port 8000 --reload +python -m api.main ``` -- artificial sky brightness (light pollution) -- predictive sky brightness - ### endpoints #### `/api/v1/pollution`