Skip to content

Commit

Permalink
Document installation using pip and git
Browse files Browse the repository at this point in the history
  • Loading branch information
Gauvain Pocentek committed Jan 3, 2016
1 parent 0ee53e0 commit 7523a61
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/index.rst
Expand Up @@ -11,6 +11,7 @@ Contents:
.. toctree::
:maxdepth: 2

install
cli
usage
api/gitlab
Expand Down
21 changes: 21 additions & 0 deletions docs/install.rst
@@ -0,0 +1,21 @@
############
Installation
############

``python-gitlab`` is compatible with python 2 and 3.

Use :command:`pip` to install the latest stable version of ``python-gitlab``:

.. code-block:: console
$ pip install --upgrade python-gitlab
The current development version is available on `github
<https://github.com/gpocentek/python-gitlab>`__. Use :command:`git` and
:command:`pip` to install it:

.. code-block:: console
$ git clone https://github.com/gpocentek/python-gitlab
$ cd python-gitlab
$ python setup.py install

0 comments on commit 7523a61

Please sign in to comment.