Installation¶
Github Installation¶
Go to the directory from which you want to run this package, and then open a command line prompt.
Visit GradDog and follow the cloning instructions to clone a copy of the repository.
git clone https://github.com/git-fetch-git-roll-over/GradDog.gitwill create anGradDogdirectory.cd GradDogto go inside the directory.virtualenv graddogto create a virtual environment. (It is optional but recommended to use a virtual environment.)source graddog/bin/activateto activate the environment.pip install -r requirements.txtto install the necessary dependencies.create your own driver script and follow some demostrations in the basic demos section.