From 1abbaaa631305772082d0f8ceb134510f2a9409a Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Sun, 9 Nov 2025 16:15:05 +0000 Subject: Replace most references to poetry with uv --- dev/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev/README.rst') diff --git a/dev/README.rst b/dev/README.rst index 9428d788..648ed9a3 100644 --- a/dev/README.rst +++ b/dev/README.rst @@ -22,7 +22,7 @@ Option 1 - The path provided to install should be the root directory of this project on your machine. That is, the folder which contains the ``pyproject.toml`` file. - Make sure to install in the correct environment. Most Python Discord projects use - poetry, so you can run ``poetry run pip install /path/to/pydis_core``. + uv, so you can run ``uv run -- pip install /path/to/pydis_core``. 3. You can now use features from your local bot-core changes. To load new changes, run the install command again. -- cgit v1.2.3