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. You can fix this problem using any of the solutions explained in this stackoverflow thread.

Then follow the CLLD install instructions (Installation).