diff --git a/README.md b/README.md index b41fb5e8f..94a44aacb 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ cd opendbc # here are the individual commands it runs pip3 install -e .[testing,docs] # install dependencies scons -j8 # build with 8 cores -pytest . # run the tests +unittest-parallel # run the tests lefthook run lint # run the linter ```