"src/git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "1329be960638223df45ec4d2f679aa4df2556b6e"
Unverified Commit dad8751d authored by Quan (Andy) Gan's avatar Quan (Andy) Gan Committed by GitHub
Browse files

[Doc] Add instructions for Windows users to install VC2015 redistributable (#3071)

* add instructions for VC2015 redist install

* fix typo
parent 02e5d47d
...@@ -350,7 +350,7 @@ DGL should work on ...@@ -350,7 +350,7 @@ DGL should work on
* all Linux distributions no earlier than Ubuntu 16.04 * all Linux distributions no earlier than Ubuntu 16.04
* macOS X * macOS X
* Windows 10 * Windows 10 (with [VC2015 Redistributable](https://www.microsoft.com/en-us/download/details.aspx?id=48145) Installed)
DGL requires Python 3.6 or later. DGL requires Python 3.6 or later.
......
Frequently Asked Questions (FAQ) Frequently Asked Questions (FAQ)
================================ ================================
For frequently asked questios, refer to `this post <https://discuss.dgl.ai/t/frequently-asked-questions-faq/1681>`__. For frequently asked questions, refer to `this post <https://discuss.dgl.ai/t/frequently-asked-questions-faq/1681>`__.
...@@ -23,6 +23,10 @@ Install from Conda or Pip ...@@ -23,6 +23,10 @@ Install from Conda or Pip
We recommend installing DGL by ``conda`` or ``pip``. We recommend installing DGL by ``conda`` or ``pip``.
Check out the instructions on the `Get Started page <https://www.dgl.ai/pages/start.html>`_. Check out the instructions on the `Get Started page <https://www.dgl.ai/pages/start.html>`_.
.. note::
For Windows users: you will need to install `Visual C++ 2015 Redistributable <https://www.microsoft.com/en-us/download/details.aspx?id=48145>`_.
.. _install-from-source: .. _install-from-source:
Install from source Install from source
......
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