aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2025-03-02 16:25:37 +0000
committerGravatar Chris Lovering <[email protected]>2025-03-02 16:25:37 +0000
commite6d66e241c0cd92d40dc95119ee50f41b77eb89f (patch)
treefdf813883e07a39bc982bc010ae06f5cf52f9e15 /README.md
parentReplace renovate with dependabot (diff)
Update readme with instructions to setup the bot
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 86f03b0..51241e7 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,8 @@
King Arthur The Terrible is the DevOps helper bot for Python Discord.
+This project uses [uv](https://docs.astral.sh/uv/getting-started/) to manage dependencies. Install `uv`, then run `uv venv` followed by `make` to setup the project's dependencies locally.
+
## Environment variables
### Core
@@ -69,5 +71,5 @@ Once you have met these requirements, use the following to install all project
dependencies as well as the LDAP dependencies.
``` sh
-$ poetry install --with ldap
+$ uv install --extra ldap
```