Unverified Commit b981126b authored by caojy1998's avatar caojy1998 Committed by GitHub
Browse files

[doc] modify some expression in docs (#5801)


Co-authored-by: default avatarUbuntu <ubuntu@ip-172-31-22-182.ap-northeast-1.compute.internal>
parent d1247b6f
......@@ -60,13 +60,38 @@ For Fedora/RHEL/CentOS users, run:
sudo yum install -y gcc-c++ python3-devel make cmake
Create conda environment for development, run:
To create a Conda environment for CPU development, run:
.. code:: bash
bash script/create_dev_conda_env.sh -c
To create a Conda environment for GPU development, run:
.. code:: bash
bash script/create_dev_conda_env.sh -g 11.7
To further configure the conda environment, run the following command for more details:
.. code:: bash
bash script/create_dev_conda_env.sh -h
Build the shared library, run:
To build the shared library for CPU development, run:
.. code:: bash
bash script/build_dgl.sh -c
To build the shared library for GPU development, run:
.. code:: bash
bash script/build_dgl.sh -g
To further build the shared library, run the following command for more details:
.. code:: bash
......
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