ApCoCoA-1:SourceCodeManagement
From ApCoCoAWiki
The ApCoCoALib sources are managed with Mercurial.
Downloading And Installing Mercurial
Got to the Mercurial website and get the stable source tarball or get the latest stabe snapshot. In order to install run
python setup.py install
as root or via sudo.
Checking out Sources
To check out the current ApCoCoALib sources run
hg clone http://apcocoa.org/hg/ApCoCoALib-0.99
from the command line.