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
6247b006
Unverified
Commit
6247b006
authored
Apr 18, 2023
by
Rhett Ying
Committed by
GitHub
Apr 18, 2023
Browse files
[Doc] add how to build Cython extension (#5564)
parent
95aaa493
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
docs/source/install/index.rst
docs/source/install/index.rst
+4
-0
No files found.
docs/source/install/index.rst
View file @
6247b006
...
...
@@ -78,6 +78,8 @@ Finally, install the Python binding.
cd
../
python
python
setup
.
py
install
#
Build
Cython
extension
python
setup
.
py
build_ext
--
inplace
macOS
`````
...
...
@@ -111,6 +113,8 @@ install the Python binding for DGL.
make
-
j4
cd
../
python
python
setup
.
py
install
#
Build
Cython
extension
python
setup
.
py
build_ext
--
inplace
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