Download¶
Several ways to download the ZOO-Project source code are available and explained in this section.
Warning
The ZOO-Project svn is the place where developement happens. Checking out git is the best way to be always up-to-date.
ZOO-Project releases archives¶
Each new ZOO-Project major release are available on the project official website as .zip and .tar.bz2 archives. Head to the Downloads section to get the latest or older ZOO-Project releases.
Warning
Don’t use older versions of ZOO-Project if you want to use new features and avoid older code issues. Prefer svn or github instead.
ZOO-Project GitHub¶
Download the latest ZOO-Project source code using the following git command:
git clone https://github.com/ZOO-Project/ZOO-Project.git zoo-src
Registered ZOO-Project developers would prefer the following:
git clone git@github.com:ZOO-Project/ZOO-Project.git zoo-src