summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 7 insertions, 3 deletions
diff --git a/README.md b/README.md
index 7528e36..3fd7ed4 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,11 @@ Built in Python using [Skyfield](https://rhodesmill.org/skyfield/) and [FastAPI]
## Dev
```bash
-$ pipenv sync -d
-$ pipenv run pre-commit install
-$ pipenv run server
+$ uv
```
+
+Lock requirements prior to deploy:
+
+```bash
+$ uv pip compile pyproject.toml -o requirements.txt
+``` \ No newline at end of file