Skip to content

Commit ce8885c

Browse files
committed
Update the example in the README
1 parent 1fdedd6 commit ce8885c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

loadgen/README_BUILD.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ can build and install the `mlperf-loadgen` package via:
1111

1212
git clone --recurse-submodules https://github.com/mlcommons/inference.git mlperf_inference
1313
cd mlperf_inference/loadgen
14-
pip install .
14+
pip install -e . # Install in the editable mode because you are a developer.
1515

1616
If you don't need to clone the repo (e.g., you just want to install `mlperf-loadgen`
1717
from the latest commit of the `master` branch):

0 commit comments

Comments
 (0)