docs: use uv pip install in development setup instructions

This commit is contained in:
Brian Krabach
2026-03-28 06:52:39 -07:00
parent 82ec323aaa
commit 6cf54efcb5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -124,7 +124,7 @@ git clone https://github.com/bkrabach/muxplex
cd muxplex
# Install with dev dependencies
pip install -e ".[dev]"
uv pip install -e ".[dev]"
```
### Run the server
+1 -1
View File
@@ -1,6 +1,6 @@
# Dependencies are now managed in pyproject.toml.
# Install runtime + dev dependencies with:
#
# pip install -e ".[dev]"
# uv pip install -e ".[dev]"
#
# This file is kept for historical reference only and is no longer authoritative.