updated readme.rst with conda install guidelines

This commit is contained in:
Amit Sharma 2020-12-06 00:53:44 +05:30 коммит произвёл GitHub
Родитель 58a8924e85
Коммит 04a640628e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -90,6 +90,8 @@ Install the latest `release <https://anaconda.org/conda-forge/dowhy>`__ using co
conda install -c conda-forge dowhy
If you face "Solving environment" problems with conda, then try :code:`conda update --all` and then install dowhy. If that does not work, then use :code:`conda config --set channel_priority false` and try to install again. If the problem persists, please add your issue `here <https://github.com/microsoft/dowhy/issues/197>`_.
**Development Version**
If you prefer the latest dev version, clone this repository and run the following command from the top-most folder of