Skip to content

Commit 3393fef

Browse files
authored
Merge pull request #21 from ericmjl/ericmjl-patch-1
Fixed environment name in instructions
2 parents 2ecf729 + dc11a1c commit 3393fef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ conda env create -f environment.yml
4343
To **activate the environment**, use the `conda activate` command.
4444

4545
```bash
46-
conda activate bayesian-stats-modelling
46+
conda activate bayesian-modelling-tutorial
4747
```
4848

4949
**If you get an error activating the environment**, use the older `source activate` command.
5050

5151
```bash
52-
source activate bayesian-stats-modelling
52+
source activate bayesian-modelling-tutorial
5353
```
5454

5555
To **update the environment** based on the `environment.yml` specification file, use the `conda update` command.

0 commit comments

Comments
 (0)