diff options
author | 2025-03-02 16:25:37 +0000 | |
---|---|---|
committer | 2025-03-02 16:25:37 +0000 | |
commit | e6d66e241c0cd92d40dc95119ee50f41b77eb89f (patch) | |
tree | fdf813883e07a39bc982bc010ae06f5cf52f9e15 /README.md | |
parent | Replace renovate with dependabot (diff) |
Update readme with instructions to setup the bot
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 ``` |