Download

Right now Pytomation is only available from the git repository. You must make sure you have git installed on your system.

Debian based distributions such as Debian, Mint and Ubuntu can install git with the package manager or via command line with the following command:

sudo apt-get install git

Arch users can use pacman.

sudo pacman -S git

Once git is installed you can clone the repository with this command:

git clone git://github.com/king-dopey/pytomation.git

Much work is being done on the "dev" branch right now and you should consider using that.

git clone -b dev git://github.com/king-dopey/pytomation.git

Comments