Skip to content
Snippets Groups Projects
Commit f13ffa9c authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[doc] Simplify installation instructions

parent 46c42e9d
Branches
Tags v2.0.5
No related merge requests found
Pipeline #65851 passed
...@@ -4,27 +4,37 @@ ...@@ -4,27 +4,37 @@
Installation Installation
============== ==============
We support two installation modes, through pip_, or mamba_ (conda). We support two installation modes, through pip_, or mamba_ (conda), for two
types of releases, stable, or beta (a.k.a. development, latest). Choose a
combination from the tabbed pane below.
.. tab:: pip
.. tab:: pip/stable
.. code-block:: sh
pip install exposed
.. tab:: pip/beta
.. code-block:: sh .. code-block:: sh
# stable, from PyPI: pip install git+https://gitlab.idiap.ch/bob/exposed
$ pip install exposed
# latest beta, directly from GitLab
$ pip install git+https://gitlab.idiap.ch/bob/exposed
.. tab:: conda .. tab:: conda/stable
.. code-block:: sh .. code-block:: sh
# stable: mamba install -c https://www.idiap.ch/software/bob/conda -c conda-forge exposed
$ mamba install -c https://www.idiap.ch/software/bob/conda -c conda-forge exposed
.. tab:: conda/beta
.. code-block:: sh
# latest beta: mamba install -c https://www.idiap.ch/software/bob/conda/label/beta -c conda-forge exposed
$ mamba install -c https://www.idiap.ch/software/bob/conda/label/beta -c exposed
.. include:: links.rst .. include:: links.rst
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment