From a291b2ef4491bce8135f0c0b6804239a4bcea0ba Mon Sep 17 00:00:00 2001 From: ras44 <9282281+ras44@users.noreply.github.com> Date: Fri, 12 Jan 2024 16:59:50 +0000 Subject: [PATCH] resolves #730, docs clean conda install (#731) Co-authored-by: Roland Stevenson --- docs/installation.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/installation.rst b/docs/installation.rst index 83c15ab8..f15e459b 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -74,6 +74,7 @@ Install from source Create a clean ``conda`` environment. .. code-block:: bash + conda create -n causalml-py38 -y python=3.8 conda activate causalml-py38 conda install -c conda-forge cxx-compiler