diff --git a/README.rst b/README.rst
index 44582e053..e85a6fb10 100755
--- a/README.rst
+++ b/README.rst
@@ -92,7 +92,9 @@ Install the latest `release `__ using poetry.
Install the latest `release `__ using conda.
.. code:: shell
+
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 `_.
**Development Version**