diff --git a/README.rst b/README.rst index aa7433dd180465a0eb8f64f6f48b67ab47e5f6b3..b9560498d46a2ada0e583860ab5a7588d6d27c8d 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