spaces
Some checks are pending
test / test (macos-latest) (push) Waiting to run
test / test (ubuntu-latest) (push) Waiting to run
test / test (windows-latest) (push) Waiting to run

This commit is contained in:
Josh Thomas 2024-12-16 07:27:41 -06:00
parent 0cd76372d0
commit 6b013eeba1

View file

@ -53,7 +53,9 @@ The quickest way to get started is to install both the server and agent in your
```bash ```bash
uv add --dev 'djls[server]' uv add --dev 'djls[server]'
uv sync uv sync
# or # or
pip install djls[server] pip install djls[server]
``` ```