summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2024-10-27 21:03:57 +0100
committerYuval Adam <_@yuv.al>2024-10-27 21:03:57 +0100
commit44eba38162b67718399ba30bdbfc8cb52bd55c78 (patch)
treebc8133c3df09e9d465d1b047cf5ffab7b35e7d79 /README.md
parent17ddd2154e3de6fa7ea12b16d8352b98252b314d (diff)
Lock requirements.txt
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