Unverified Commit 6247b006 authored by Rhett Ying's avatar Rhett Ying Committed by GitHub
Browse files

[Doc] add how to build Cython extension (#5564)

parent 95aaa493
......@@ -78,6 +78,8 @@ Finally, install the Python binding.
cd ../python
python setup.py install
# Build Cython extension
python setup.py build_ext --inplace
macOS
`````
......@@ -111,6 +113,8 @@ install the Python binding for DGL.
make -j4
cd ../python
python setup.py install
# Build Cython extension
python setup.py build_ext --inplace
Windows
```````
......
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