uber / causalml

Uplift modeling and causal inference with machine learning algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add clean conda env install sequence to docs/installation.rst

ras44 opened this issue · comments

Describe the bug
Add the below conda installation sequence to docs/installation.rst (previously removed from README.md).

causalml/README.md

Lines 112 to 120 in 028c63c

### Create a clean conda environment
```
conda create -n causalml-py38 -y python=3.8
conda activate causalml-py38
conda install -c conda-forge cxx-compiler
conda install python-graphviz
conda install -c conda-forge xorg-libxrender
```

To Reproduce
N/A

Expected behavior
N/A

Screenshots
N/A

Environment (please complete the following information):
N/A

Additional context
N/A