提交 76613875 authored 作者: notoraptor's avatar notoraptor

Mention conda channel `mila-udem` into doc.

上级 febc3eaa
...@@ -143,6 +143,7 @@ Other more detailed changes: ...@@ -143,6 +143,7 @@ Other more detailed changes:
- Many improvements for Jenkins CI tests: daily testings on Mac and Windows in addition to Linux - Many improvements for Jenkins CI tests: daily testings on Mac and Windows in addition to Linux
ALL THE PR BELLOW HAVE BEEN CHECKED ALL THE PR BELLOW HAVE BEEN CHECKED
* https://github.com/Theano/Theano/pull/6384
* https://github.com/Theano/Theano/pull/6326 * https://github.com/Theano/Theano/pull/6326
* https://github.com/Theano/Theano/pull/6317 * https://github.com/Theano/Theano/pull/6317
* https://github.com/Theano/Theano/pull/6269 * https://github.com/Theano/Theano/pull/6269
......
...@@ -13,7 +13,7 @@ With ``conda`` ...@@ -13,7 +13,7 @@ With ``conda``
^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^
If you use conda, you can directly install both theano and pygpu. Libgpuarray If you use conda, you can directly install both theano and pygpu. Libgpuarray
will be automatically installed as a dependency. will be automatically installed as a dependency of pygpu.
.. code-block:: bash .. code-block:: bash
...@@ -21,7 +21,7 @@ will be automatically installed as a dependency. ...@@ -21,7 +21,7 @@ will be automatically installed as a dependency.
.. warning:: .. warning::
Last conda packages for theano (0.9) and pygpu (0.6*) currently don't support Latest conda packages for theano (``>= 0.9``) and pygpu (``>= 0.6*``) currently don't support
Python 3.4 branch. Python 3.4 branch.
With ``pip`` With ``pip``
...@@ -91,6 +91,10 @@ libgpuarray ...@@ -91,6 +91,10 @@ libgpuarray
Install the latest, development version of libgpuarray following the Install the latest, development version of libgpuarray following the
`Step-by-step instructions <http://deeplearning.net/software/libgpuarray/installation.html#step-by-step-install>`__. `Step-by-step instructions <http://deeplearning.net/software/libgpuarray/installation.html#step-by-step-install>`__.
Alternatively, we also provide a conda channel ``mila-udem`` which contains packages for ``pygpu`` and ``libgpuarray``
that are compatible with the latest development version of Theano::
conda install -c mila-udem pygpu
Developer Installation Developer Installation
---------------------- ----------------------
...@@ -121,3 +125,8 @@ libgpuarray ...@@ -121,3 +125,8 @@ libgpuarray
Install the latest, development version of libgpuarray following the Install the latest, development version of libgpuarray following the
`Step-by-step instructions <http://deeplearning.net/software/libgpuarray/installation.html#step-by-step-install>`__. `Step-by-step instructions <http://deeplearning.net/software/libgpuarray/installation.html#step-by-step-install>`__.
Alternatively, we also provide a conda channel ``mila-udem`` which contains packages for ``pygpu`` and ``libgpuarray``
that are compatible with the latest development version of Theano::
conda install -c mila-udem pygpu
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论