.. _install_win: An installation for Windows 7 ----------------------------- 1. Install `python 2.7 `_ following the instructions `here `_. 2. Install `git `_ following the instructions `here `_. 3. Install `PostgreSQL `_ (> 9.0) following the instructions `here `_. .. note:: Some python packages used by the ``clld`` software have extensions coded in C. If these packages are installed from source, the system must have a C-compiler. Without one, trying to install such a package results in the system complaining about ``vcvarsall.bat`` missing. The most straightforward way to fix this is to install the `Microsoft Visual C++ Compiler for Python 2.7 `_ (which requires `setuptools `_ 6.0 or later). You can find other solutions (using the MinGW compiler or Microsoft Visual Studio) explained in `this stackoverflow thread `_. Then follow the CLLD install instructions (:ref:`install`).