diff options
| author | 2025-11-09 16:15:05 +0000 | |
|---|---|---|
| committer | 2025-11-09 20:35:51 +0000 | |
| commit | 1abbaaa631305772082d0f8ceb134510f2a9409a (patch) | |
| tree | 4f5669835fcf6a35835b2b47b9d151473d0aa704 /dev/README.rst | |
| parent | Set minimum uv version (diff) | |
Replace most references to poetry with uv
Diffstat (limited to 'dev/README.rst')
| -rw-r--r-- | dev/README.rst | 2 |
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. |