Unverified Commit 59a0aa97 authored by Hongzhi (Steve), Chen's avatar Hongzhi (Steve), Chen Committed by GitHub
Browse files

Revert "[doc] remove --inplace" (#6099)

parent b9bb640a
......@@ -104,7 +104,7 @@ Finally, install the Python binding.
cd python
python setup.py install
# Build Cython extension
python setup.py build_ext
python setup.py build_ext --inplace
macOS
`````
......@@ -139,7 +139,7 @@ install the Python binding for DGL.
cd ../python
python setup.py install
# Build Cython extension
python setup.py build_ext
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