From 24e0a9e92cde61b6462b389bb8cbf66083377d18 Mon Sep 17 00:00:00 2001 From: Roland Stevenson Date: Wed, 10 Jan 2024 22:35:39 +0000 Subject: [PATCH] resolves #730, docs clean conda install --- 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