Skip to content

Commit

Permalink
Fix formatting issue in readme (#1099)
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Bloebaum <bloebp@amazon.com>
  • Loading branch information
bloebp authored Dec 5, 2023
1 parent 56d3fc2 commit 75723e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,9 @@ Install the latest `release <https://pypi.org/project/dowhy/>`__ using poetry.
Install the latest `release <https://anaconda.org/conda-forge/dowhy>`__ 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 <https://github.com/microsoft/dowhy/issues/197>`_.

**Development Version**
Expand Down

0 comments on commit 75723e3

Please sign in to comment.