Installation

Stable release

To install Example GitLab Python Project, run this command in your terminal:

$ pip install example_gitlab_python_project

This is the preferred method to install Example GitLab Python Project, as it will always install the most recent stable release.

If you don’t have pip installed, this Python installation guide can guide you through the process.

From sources

The sources for Example GitLab Python Project can be downloaded from the `Github repo`_.

You can either clone the public repository:

$ git clone git://gitlab.com/AdriaanRol/example_gitlab_python_project

Or download the tarball:

$ curl -OJL https://gitlab.com/AdriaanRol/example-gitlab-python-project/tarball/master

Once you have a copy of the source, you can install it with:

$ python setup.py install