diff options
author | Nejc Habjan <hab.nejc@gmail.com> | 2021-05-25 22:53:24 +0200 |
---|---|---|
committer | Nejc Habjan <hab.nejc@gmail.com> | 2022-01-04 01:34:22 +0100 |
commit | 116bb7aef8bc34e08bceef4113bca1b0b814b1b1 (patch) | |
tree | eb948f882aff39cd5d8033db4607c58a20bd4ded /docs/install.rst | |
parent | 80754a17f66ef4cd8469ff0857e0fc592c89796d (diff) | |
download | gitlab-docs/furo-cleanup.tar.gz |
docs: switch to Furo and refresh introduction pagesdocs/furo-cleanup
Diffstat (limited to 'docs/install.rst')
-rw-r--r-- | docs/install.rst | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/docs/install.rst b/docs/install.rst deleted file mode 100644 index b8672bb..0000000 --- a/docs/install.rst +++ /dev/null @@ -1,26 +0,0 @@ -############ -Installation -############ - -``python-gitlab`` is compatible with Python 3.7+. - -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 both `GitHub.com -<https://github.com/python-gitlab/python-gitlab>`__ and `GitLab.com -<https://gitlab.com/python-gitlab/python-gitlab>`__, and can be -installed directly from the git repository: - -.. code-block:: console - - $ pip install git+https://github.com/python-gitlab/python-gitlab.git - -From GitLab: - -.. code-block:: console - - $ pip install git+https://gitlab.com/python-gitlab/python-gitlab.git |