Commit 168fc2cf authored by Da Zheng's avatar Da Zheng Committed by Zihao Ye
Browse files

fix installation instruction. (#1024)

parent 45aa1584
...@@ -191,7 +191,7 @@ install Python binding for DGL: ...@@ -191,7 +191,7 @@ install Python binding for DGL:
mkdir build mkdir build
cd build cd build
cmake .. cmake -DUSE_OPENMP=off ..
make -j4 make -j4
cd ../python cd ../python
python setup.py install python setup.py install
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment