Skip to content

Commit

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

- Closes #1546

Authors:
  - Lawrence Mitchell (https://github.com/wence-)

Approvers:
  - Mark Harris (https://github.com/harrism)
  - Vyas Ramasubramani (https://github.com/vyasr)

URL: #1547
  • Loading branch information
wence- authored Apr 30, 2024
1 parent bdb7a59 commit 26fa9ec
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 26fa9ec

Please sign in to comment.