Skip to content

Downloading the Code

heynemann edited this page Sep 13, 2010 · 2 revisions

Downloading from GitHub

We always push every single release to github.com in two formats: tar of the generated PyPI package and a tag in the git repository, so you can download using git.

All you have to do is go to Pyccuracy’s Download Page.

Downloading from Python Package Index (PyPI)

You can also download the code from the Pyccuracy PyPI Page. This allows you to get the tarball for the latest release or install using tools like Pip or easy_install.

Downloading from our git repository

As an alternative, if you are brave and do not need a stable version you can always grab our latest code using:

git clone git://github.com/heynemann/pyccuracy.git pyccuracy

This will get you a repository with the latest code in Pyccuracy’s codebase.