To download and install appscript directly from the Python Package Index, run:
pip3 install appscript
or (Python 2.x):
pip install appscript
Additional documentation and examples can be found in the latest .tar.gz source release.
Download the latest .tar.gz source release from PyPI and follow the instructions in its README file.
ASDictionary is required to use py-appscript's built-in help system.
To check out py-appscript's subversion repository:
svn checkout \
https://appscript.svn.sourceforge.net/svnroot/appscript/py-appscript/trunk \
py-appscript-trunk