.. include:: css.inc .. _install_windows: Windows Installation Instructions ################################# .. warning:: If you want to install the bleeding-edge or development version of Theano from GitHub, please make sure you are reading `the latest version of this page `_. .. |PythonDistRecommended| replace:: The conda distribution is highly recommended .. |PlatformCompiler| replace:: GCC compiler with ``g++`` (version >= ``4.2.*``), and Python development files .. |CompilerName| replace:: ``g++`` .. List of requirements, optional requirements, and installation of miniconda. .. include:: requirements.inc :end-before: .. install_requirements_and_optional_packages Install requirements and optional packages ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. code-block:: bash conda install numpy scipy mkl-service libpython .. note:: * Arguments between <...> are optional. * ``m2w64-toolchain`` package provides a fully-compatible version of GCC and is then highly recommended. .. _gpu_windows: Install and configure the GPU drivers (recommended) --------------------------------------------------- .. warning:: OpenCL support is still minimal for now. Install CUDA drivers ^^^^^^^^^^^^^^^^^^^^ Follow `this link `__ to install the CUDA driver and the CUDA Toolkit. You must reboot the computer after the driver installation. .. Installation of Theano and libgpuarray. .. include:: install_generic.inc :start-after: .. _install_generic: Instructions for other Python distributions (not recommended) ============================================================= If you plan to use Theano with other Python distributions, these are generic guidelines to get a working environment: * Look for the mandatory requirements in the package manager's repositories of your distribution. Many distributions come with ``pip`` package manager which use `PyPI repository `__. The required modules are Python (of course), NumPy, SciPy and a BLAS implementation (MKL or OpenBLAS). Use the versions recommended at the top of this documentation. * If the package manager provide a GCC compiler with the recommended version (see at top), install it. If not, you could use the build `TDM GCC `_ which is provided for both 32- and 64-bit platforms. A few caveats to watch for during installation: 1. Install to a directory without spaces (we have placed it in ``C:\SciSoft\TDM-GCC-64``) 2. If you don't want to clutter your system PATH un-check ``add to path`` option. 3. Enable OpenMP support by checking the option ``openmp support option``. * Install CUDA with the same instructions as above. * Install the latest, development version of libgpuarray following the `Step-by-step instructions `__.