The setup.py file included with Hatta contains commands for building Windows and Mac OS installers.
Windows
- Make sure you have Python at least 2.5.
- Install py2exe
- Install Inno Setup
- Get the latest Hatta
- Unpack it to some working directory.
- Get Werkzeug. Unpack it, and move the "werkzeug" directory to where Hatta is unpacked.
- Get Pygments. Unpack it and move the "pygments" directory to where Hatta is unpacked.
- Get Mercurial. Unpack it and move the "mercurial" directory to where Hatta is unpacked.
- Copy all files from "mercurial/pure" to "mercurial".
- Open a console in the directory where Hatta is unpacked.
- Run the command "python setup.py py2exe".
![[Home]](/+download/logo.png)