InstallationΒΆ

Gimmecert can be easily installed using pip. Before installing it, make sure the following requirements have been met:

  • You are running Python 3.5+.

In order to install latest stable release of Gimmecert using pip, run the following command:

pip install gimmecert

In order to install the latest development version of Gimmecert from git repository, use one of the following commands:

pip install -e git+https://code.majic.rs/gimmecert#egg=gimmecert
pip install -e git+https://github.com/azaghal/gimmecert#egg=gimmecert