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.
cd python
python setup.py install
# Build Cython extension
python setup.py build_ext --inplace
python setup.py build_ext
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 --inplace
python setup.py build_ext
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