From cd6265a66d506ef6aa61c5db1a671cf03d8a35e1 Mon Sep 17 00:00:00 2001 From: bojanserafimov Date: Mon, 8 Jan 2024 12:35:26 -0500 Subject: [PATCH] Fix typo in bench docs (#833) --- scripts/bench/__main__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/bench/__main__.py b/scripts/bench/__main__.py index 386b0d659..3b7daeeba 100644 --- a/scripts/bench/__main__.py +++ b/scripts/bench/__main__.py @@ -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: