aboutsummaryrefslogtreecommitdiffstats
path: root/dev/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'dev/README.rst')
-rw-r--r--dev/README.rst2
1 files changed, 1 insertions, 1 deletions
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.