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