From 3165c6e9919f9006f6783266018cb42fa8ebffbb Mon Sep 17 00:00:00 2001 From: Amir MOHAMMADI <amir.mohammadi@idiap.ch> Date: Wed, 18 May 2022 18:54:50 +0200 Subject: [PATCH] nitpick --- doc/install.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/install.rst b/doc/install.rst index e6aec990..9ad78842 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -12,7 +12,10 @@ We provide packages for both 64-bit Linux and MacOS, for Python 3.8+. .. code-block:: sh - $ mamba install -n base -c https://www.idiap.ch/software/bob/conda/label/beta -c conda-forge bob.devtools + $ mamba install -n base \ + -c https://www.idiap.ch/software/bob/conda/label/beta \ + -c conda-forge \ + bob.devtools .. warning:: -- GitLab