diff --git a/README.md b/README.md index f378cfe50..c6cd44c47 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,8 @@ $ make test - Build, install, and test the `rmm` python package, in the `python` folder: ```bash -$ python -m pip install -e ./python +# In the root rmm directory +$ python -m pip install -e ./python/rmm $ pytest -v ```