"...git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "4397f59a37012054212603a8dc8ba9db58f8a56c"
Commit 1d3de645 authored by yzh119's avatar yzh119
Browse files

fixed install doc

parent 81bbeb60
...@@ -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