Skip to content

Commit

Permalink
Fix Python install instruction
Browse files Browse the repository at this point in the history
In rapidsai#1526 we moved the location of the python package, so should also
update the install instructions.

- Closes rapidsai#1546
  • Loading branch information
wence- committed Apr 29, 2024
1 parent 9e6db74 commit 8e471fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit 8e471fe

Please sign in to comment.