Unverified Commit 53e7f731 authored by Zihao Ye's avatar Zihao Ye Committed by GitHub
Browse files

Merge pull request #98 from yzh119/master

[Doc] fixed installation document
parents 81bbeb60 1d3de645
...@@ -59,8 +59,8 @@ use environment variables to find python packages. ...@@ -59,8 +59,8 @@ use environment variables to find python packages.
.. code:: bash .. code:: bash
export DGL_HOME=/path/to/dgl export DGL_HOME=/path/to/dgl
export PYTHONPATH=$DGL_HOME$/python:${PYTHONPATH} export PYTHONPATH=${DGL_HOME}/python:${PYTHONPATH}
export DGL_LIBRARY_PATH=$DGL_HOME$/build export DGL_LIBRARY_PATH=${DGL_HOME}/build
The ``DGL_LIBRARY_PATH`` variable is used for our python package to locate the shared library 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. built above. Use following command to test whether the installation is successful or not.
......
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