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

[doc] remove --inplace (#6094)

parent 57b037fd
...@@ -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 --inplace python setup.py build_ext
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 --inplace python setup.py build_ext
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