aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
```