diff options
author | 2025-07-15 16:56:09 -0700 | |
---|---|---|
committer | 2025-07-17 18:41:46 -0700 | |
commit | c91c5e31adb87d93199115f0c9fb1097e28f72b6 (patch) | |
tree | 3544c07ca4e5c924d9a881923fc2308d46edab3f /static-builds/README.md | |
parent | Installation of project dependencies guide migrated to uv (diff) |
Other references/usages of poetry migrated to uv
Diffstat (limited to 'static-builds/README.md')
-rw-r--r-- | static-builds/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static-builds/README.md b/static-builds/README.md index afd34bb0..8eed267e 100644 --- a/static-builds/README.md +++ b/static-builds/README.md @@ -17,9 +17,9 @@ They are split into two parts: To get started with building, you can use the following command: ```shell -poetry install +uv sync python -m pip install httpx==0.19.0 -poetry run task static +uv run task static ``` Alternatively, you can use the [Dockerfile](/Dockerfile) and extract the build. |