Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dgl
Commits
ec4f8f99
Unverified
Commit
ec4f8f99
authored
Aug 04, 2023
by
Rhett Ying
Committed by
GitHub
Aug 04, 2023
Browse files
[doc] remove --inplace (#6094)
parent
57b037fd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
docs/source/install/index.rst
docs/source/install/index.rst
+2
-2
No files found.
docs/source/install/index.rst
View file @
ec4f8f99
...
...
@@ -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
```````
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment