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

[doc] Update installation instructions

parent a9d3d69d
No related branches found
No related tags found
1 merge request!13Conda verify
Pipeline #26849 passed
......@@ -8,17 +8,30 @@
==============
You can install this package via conda_, simply pointing to our stable or beta
channels::
channels:
$ conda create -n bdt -c https://www.idiap.ch/software/bob/conda bob.devtools
# or, for beta releases:
$ conda create -n bdt -c https://www.idiap.ch/software/bob/conda/label/beta bob.devtools
.. code-block:: sh
We provide packages for both 64-bit Linux and MacOS. Once installed, you can
use these tools within the created environment like this::
$ conda create -n bdt -c https://www.idiap.ch/software/bob/conda bob.devtools
# or, for beta releases:
$ conda create -n bdt -c https://www.idiap.ch/software/bob/conda/label/beta -c https://www.idiap.ch/software/bob/conda bob.devtools
$ conda activate bdt
(bdt) $ bdt --help
If you use one of our supported Python versions on your base environment, you
may also install ``bdt`` on it:
.. code-block:: sh
$ conda install -n base -c https://www.idiap.ch/software/bob/conda bob.devtools
# or, for beta releases:
$ conda install -n base -c https://www.idiap.ch/software/bob/conda/label/beta -c https://www.idiap.ch/software/bob/conda bob.devtools
We provide packages for both 64-bit Linux and MacOS, for Python 3.6+. Once
installed, you can use these tools within the created environment like this:
.. code-block:: sh
$ conda activate base #or bdt, depending where you installed it
(bdt) $ bdt --help
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment