Skip to content
Snippets Groups Projects
Commit 7e353346 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

use pip instead of conda, closes #44

parent 4d17eb1a
No related branches found
No related tags found
1 merge request!45Point to gitlab pages, remove conda installations instructions
Pipeline #
...@@ -17,18 +17,17 @@ Please make sure that you have read the `Dependencies <https://gitlab.idiap.ch/b ...@@ -17,18 +17,17 @@ Please make sure that you have read the `Dependencies <https://gitlab.idiap.ch/b
Currently, running Bob_ under MS Windows in not yet supported. Currently, running Bob_ under MS Windows in not yet supported.
However, we found that running Bob_ in a virtual Unix environment such as the one provided by VirtualBox_ is a good alternative. However, we found that running Bob_ in a virtual Unix environment such as the one provided by VirtualBox_ is a good alternative.
Installation via conda Installation via pip
---------------------- ----------------------
The most simple and most convenient way to use the ``bob.bio`` tools is to install it using `conda <http://conda.pydata.org/docs/intro.html>`_. The most simple and most convenient way to use the ``bob.bio`` tools is to install it using `pip`.
We offer pre-compiled binary installations of Bob_ and ``bob.bio`` with conda. After setting up your python environment (you can find the instructions `here <https://gitlab.idiap.ch/bob/bob/wikis/Installation>`_), use the sequence of commands to
After setting up your conda environment (you can find the instructions `here <https://gitlab.idiap.ch/bob/bob/wikis/Installation>`_), use the sequence of commands to first search the ``bob.bio`` packages and then install it.
first search the ``bob.bio`` in the conda-forge channel and then install it.
.. code-block:: sh .. code-block:: sh
$ conda search bob.bio # searching $ pip search bob.bio # searching
$ conda install bob.bio.base # Install the base package $ pip install bob.bio.base # Install the base package
Installation via zc.buildout Installation via zc.buildout
......
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