提交 16a02775 authored 作者: Frédéric Bastien's avatar Frédéric Bastien 提交者: GitHub

Merge pull request #5863 from notoraptor/update-windoc

Update Windows (and other generic) installation instructions
...@@ -11,6 +11,7 @@ CentOS 6 Installation Instructions ...@@ -11,6 +11,7 @@ CentOS 6 Installation Instructions
from GitHub, please make sure you are reading `the latest version of this from GitHub, please make sure you are reading `the latest version of this
page <http://deeplearning.net/software/theano_versions/dev/install_centos6.html>`_. page <http://deeplearning.net/software/theano_versions/dev/install_centos6.html>`_.
.. |PythonDistRecommended| replace:: The development package (python-dev or python-devel on most Linux distributions) is recommended (see just below)
.. |PlatformCompiler| replace:: ``python-dev``, ``g++`` >= 4.2 .. |PlatformCompiler| replace:: ``python-dev``, ``g++`` >= 4.2
.. |CompilerName| replace:: ``g++`` .. |CompilerName| replace:: ``g++``
......
...@@ -19,6 +19,11 @@ will be automatically installed as a dependency. ...@@ -19,6 +19,11 @@ will be automatically installed as a dependency.
conda install theano pygpu conda install theano pygpu
.. warning::
Last conda packages for theano (0.9) and pygpu (0.6*) currently don't support
Python 3.4 branch.
With ``pip`` With ``pip``
^^^^^^^^^^^^ ^^^^^^^^^^^^
......
...@@ -19,6 +19,7 @@ alternative instructions here. ...@@ -19,6 +19,7 @@ alternative instructions here.
.. _theano-users: http://groups.google.com/group/theano-users?pli=1 .. _theano-users: http://groups.google.com/group/theano-users?pli=1
.. |PythonDistRecommended| replace:: The conda distribution is highly recommended
.. |PlatformCompiler| replace:: ``clang`` (the system version) .. |PlatformCompiler| replace:: ``clang`` (the system version)
.. |CompilerName| replace:: ``Clang`` .. |CompilerName| replace:: ``Clang``
......
...@@ -13,6 +13,7 @@ Ubuntu Installation Instructions ...@@ -13,6 +13,7 @@ Ubuntu Installation Instructions
.. _gpu_linux: .. _gpu_linux:
.. |PythonDistRecommended| replace:: The development package (python-dev or python-devel on most Linux distributions) is recommended (see just below)
.. |PlatformCompiler| replace:: ``python-dev``, ``g++`` >= 4.2 .. |PlatformCompiler| replace:: ``python-dev``, ``g++`` >= 4.2
.. |CompilerName| replace:: ``g++`` .. |CompilerName| replace:: ``g++``
......
...@@ -11,7 +11,8 @@ Windows Installation Instructions ...@@ -11,7 +11,8 @@ Windows Installation Instructions
from GitHub, please make sure you are reading `the latest version of this from GitHub, please make sure you are reading `the latest version of this
page <http://deeplearning.net/software/theano_versions/dev/install_windows.html>`_. page <http://deeplearning.net/software/theano_versions/dev/install_windows.html>`_.
.. |PlatformCompiler| replace:: ``python-dev``, ``g++`` >= 4.2 .. |PythonDistRecommended| replace:: The conda distribution is highly recommended
.. |PlatformCompiler| replace:: GCC compiler with ``g++`` (version >= ``4.2.*``), and Python development files
.. |CompilerName| replace:: ``g++`` .. |CompilerName| replace:: ``g++``
.. List of requirements, optional requirements, and installation of miniconda. .. List of requirements, optional requirements, and installation of miniconda.
......
...@@ -14,10 +14,8 @@ Requirements ...@@ -14,10 +14,8 @@ Requirements
.. _pycuda: https://mathema.tician.de/software/pycuda/ .. _pycuda: https://mathema.tician.de/software/pycuda/
.. _skcuda: http://scikit-cuda.readthedocs.io/en/latest/ .. _skcuda: http://scikit-cuda.readthedocs.io/en/latest/
Python_ == 2.7 or ( >= 3.3 and <= 3.5 ) Python_ == 2.7* or ( >= 3.3 and < 3.6 )
The development package (python-dev or |PythonDistRecommended|. Python 2.4 was supported up to and including the
python-devel on most Linux distributions) is recommended (see
just below). Python 2.4 was supported up to and including the
release 0.6. Python 2.6 was supported up to and including the release 0.6. Python 2.6 was supported up to and including the
release 0.8.2. Python 3 is supported past the 3.3 release. release 0.8.2. Python 3 is supported past the 3.3 release.
...@@ -28,7 +26,7 @@ Requirements ...@@ -28,7 +26,7 @@ Requirements
Only currently required for sparse matrix and special functions support, but highly recommended. SciPy >=0.8 could work, but earlier versions have known bugs with sparse matrices. Only currently required for sparse matrix and special functions support, but highly recommended. SciPy >=0.8 could work, but earlier versions have known bugs with sparse matrices.
`BLAS`_ installation (with Level 3 functionality) `BLAS`_ installation (with Level 3 functionality)
* **Recommended**: MKL, which is free through Conda. * **Recommended**: MKL, which is free through Conda with ``mkl-service`` package.
* Alternatively, we suggest to install OpenBLAS, with the development headers (``-dev``, ``-devel``, depending on your Linux distribution). * Alternatively, we suggest to install OpenBLAS, with the development headers (``-dev``, ``-devel``, depending on your Linux distribution).
**Optional requirements** **Optional requirements**
......
.. |PythonDistRecommended| replace:: The development package (python-dev or python-devel on most Linux distributions) is recommended (see just below)
.. |PlatformCompiler| replace:: ``g++`` (Linux and Windows), ``clang`` (OS X) .. |PlatformCompiler| replace:: ``g++`` (Linux and Windows), ``clang`` (OS X)
.. |CompilerName| replace:: ``g++`` (Windows/Linux) or ``Clang`` (OS X) .. |CompilerName| replace:: ``g++`` (Windows/Linux) or ``Clang`` (OS X)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论