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
1d3de645
Commit
1d3de645
authored
Oct 25, 2018
by
yzh119
Browse files
fixed install doc
parent
81bbeb60
Changes
1
Hide 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 @
1d3de645
...
...
@@ -59,8 +59,8 @@ use environment variables to find python packages.
.. code:: bash
export DGL_HOME=/path/to/dgl
export PYTHONPATH=$DGL_HOME
$
/python:${PYTHONPATH}
export DGL_LIBRARY_PATH=$DGL_HOME
$
/build
export PYTHONPATH=$
{
DGL_HOME
}
/python:${PYTHONPATH}
export DGL_LIBRARY_PATH=$
{
DGL_HOME
}
/build
The ``DGL_LIBRARY_PATH`` variable is used for our python package to locate the shared library
built above. Use following command to test whether the installation is successful or not.
...
...
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