Skip to content

Commit

Permalink
Merge pull request #434 from uber/jeong/fix_typo_readme
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
paullo0106 committed Dec 11, 2021
2 parents 420e4f5 + b63741b commit b8a5f60
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 @@ -52,7 +52,7 @@ Installation with `conda` is recommended. `conda` environment files for Python 3

## Install using `conda`:

This will create a new `conda` virtual environment named `causalml-[tf-]py3x`, where `x` is in `[6, 7, 8, 9]`. e.g. `causalml-py37` or `causalml-tf-py-38`. `If you want to change the name of the environment, update the relevant YAML file in `envs/`
This will create a new `conda` virtual environment named `causalml-[tf-]py3x`, where `x` is in `[6, 7, 8, 9]`. e.g. `causalml-py37` or `causalml-tf-py38`. If you want to change the name of the environment, update the relevant YAML file in `envs/`

```
$ git clone https://github.com/uber/causalml.git
Expand Down

0 comments on commit b8a5f60

Please sign in to comment.