From 103d3e8562b73608db97471e4d3daf9f095c5caf Mon Sep 17 00:00:00 2001 From: Milos CERNAK <milos.cernak@idiap.ch> Date: Tue, 9 May 2017 14:10:10 +0200 Subject: [PATCH] Update README.rst --- README.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index aa7433d..b956049 100644 --- a/README.rst +++ b/README.rst @@ -33,10 +33,9 @@ installation_ instructions. Kaldi_ is also bundled in our conda channnels which means you can install Kaldi_ using conda easily too. After you have installed Bob_, please follow these instructions to install Kaldi_ too. - # BOB_ENVIRONMENT is the name of your conda enviroment. - $ source activate BOB_ENVIRONMENT - $ conda install kaldi - $ pip install bob.kaldi +.. code-block:: sh + + $ conda install bob.kaldi Documentation -- GitLab