Skip to content

Commit

Permalink
Update README.md (#698)
Browse files Browse the repository at this point in the history
add yes to all option in env creation
  • Loading branch information
ras44 authored Nov 7, 2023
1 parent 0f6de9c commit 4601b7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ pip install -U numpy # this step is necessary to fix [#338](https://github
### Create a clean conda environment

```
conda create -n causalml-py38 python=3.8
conda create -n causalml-py38 -y python=3.8
conda activate causalml-py38
conda install -c conda-forge cxx-compiler
conda install python-graphviz
Expand Down

0 comments on commit 4601b7e

Please sign in to comment.