mirror of https://github.com/astral-sh/uv
Fix typo in bench docs (#833)
This commit is contained in:
parent
004147d441
commit
cd6265a66d
|
|
@ -10,7 +10,8 @@ To set up the required environment, run:
|
|||
|
||||
cargo build --release
|
||||
./target/release/puffin venv
|
||||
./target/release/puffin pip-sync ./scripts/requirements.txt
|
||||
./target/release/puffin pip-sync ./scripts/bench/requirements.txt
|
||||
source .venv/bin/activate
|
||||
|
||||
Example usage:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue