Skip to content

Commit

Permalink
update python build instructions (add python setup.py build_ext --inp…
Browse files Browse the repository at this point in the history
…lace)
  • Loading branch information
seunghwak committed Jul 24, 2019
1 parent bbda844 commit e48018b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ $ ./build.sh libcugraph # build the cuGraph libraries and install them to
```bash
cd $CUGRAPH_HOME
cd python
python setup.py build_ext --inplace
python setup.py install # install cugraph python bindings
```

Expand Down

0 comments on commit e48018b

Please sign in to comment.