ATab on Mac OS X
From ATab
[edit]
Running as a Binary (for normal users)
Just visit the download page here and download the current release for Mac OS X. It should be a file of the form "atab-xxx.dmg.gz". You will need Stuffit Expander or a similar program to uncompress the file.
To use, simply copy the atab application from the mounted Disk Image.
[edit]
Running from Source (for developers)
You need to download wxPython for OS X: [1] and scroll down to the OS X section. The .dmg installer is simple and straightforward.
To start atab, open a Terminal, cd to the unpacked source directory and type:
pythonw atab.py
You can build a .app with py2app.
