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
1cb210c8
Unverified
Commit
1cb210c8
authored
Oct 01, 2020
by
Mufei Li
Committed by
GitHub
Oct 01, 2020
Browse files
Update index.rst (#2254)
parent
808a3676
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
docs/source/install/index.rst
docs/source/install/index.rst
+3
-4
No files found.
docs/source/install/index.rst
View file @
1cb210c8
...
@@ -11,8 +11,7 @@ DGL works with the following operating systems:
...
@@ -11,8 +11,7 @@ DGL works with the following operating systems:
* macOS X
* macOS X
* Windows 10
* Windows 10
DGL requires Python version 3.5 or later. Python 3.4 or earlier is not
DGL requires Python version 3.6 or later.
tested.
DGL supports multiple tensor libraries as backends, e.g., PyTorch, MXNet. For requirements on backends and how to select one, see :ref:`backends`.
DGL supports multiple tensor libraries as backends, e.g., PyTorch, MXNet. For requirements on backends and how to select one, see :ref:`backends`.
...
@@ -25,8 +24,8 @@ Install from conda
...
@@ -25,8 +24,8 @@ Install from conda
If ``conda`` is not yet installed, get either `miniconda <https://conda.io/miniconda.html>`_ or
If ``conda`` is not yet installed, get either `miniconda <https://conda.io/miniconda.html>`_ or
the full `anaconda <https://www.anaconda.com/download/>`_.
the full `anaconda <https://www.anaconda.com/download/>`_.
With ``conda`` installed, you will want install DGL into Python 3.
5
``conda`` environment.
With ``conda`` installed, you will want install DGL into Python 3.
6
``conda`` environment.
Run `conda create -n dgl python=3.
5
` to create the environment.
Run `conda create -n dgl python=3.
6
` to create the environment.
Activate the environment by running `source activate dgl`.
Activate the environment by running `source activate dgl`.
After the ``conda`` environment is activated, run one of the following commands.
After the ``conda`` environment is activated, run one of the following commands.
...
...
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