From e48018b3cab10f92a4b564e3a2f5c6117c974683 Mon Sep 17 00:00:00 2001 From: Seunghwa Kang Date: Wed, 24 Jul 2019 13:16:09 -0700 Subject: [PATCH] update python build instructions (add python setup.py build_ext --inplace) --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e563769c4be..848642ca568 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 ```