We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2ecf729 + dc11a1c commit 3393fefCopy full SHA for 3393fef
README.md
@@ -43,13 +43,13 @@ conda env create -f environment.yml
43
To **activate the environment**, use the `conda activate` command.
44
45
```bash
46
-conda activate bayesian-stats-modelling
+conda activate bayesian-modelling-tutorial
47
```
48
49
**If you get an error activating the environment**, use the older `source activate` command.
50
51
52
-source activate bayesian-stats-modelling
+source activate bayesian-modelling-tutorial
53
54
55
To **update the environment** based on the `environment.yml` specification file, use the `conda update` command.
0 commit comments