mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 10:58:28 +00:00
Fix typo in bench docs (#833)
This commit is contained in:
parent
004147d441
commit
cd6265a66d
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue