diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -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 |
