diff --git a/README.md b/README.md index 0d920551b..fc56ad4a3 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ To compare a warm run of `puffin` to `pip`: ```shell hyperfine --runs 10 --warmup 3 \ "./target/release/puffin-cli sync requirements.txt" \ - "pip install -r requirements.txt" + "pip install -r requirements.txt --ignore-installed --no-deps" ``` To compare a cold run of `puffin` to `pip`: