Skip to content

Commit 5f215a7

Browse files
revert env to environment.yml (compatibility with print 1st ed)
1 parent 7aebe17 commit 5f215a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/setup.Rmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -244,12 +244,12 @@ knitr::include_graphics("img/setup/jlab-2.png")
244244
In this terminal, run the following commands:
245245
```
246246
pip install --upgrade jupyterlab-git
247-
conda env update --file https://raw.githubusercontent.com/UBC-DSCI/data-science-a-first-intro-worksheets/main/env.yml
247+
conda env update --file https://raw.githubusercontent.com/UBC-DSCI/data-science-a-first-intro-worksheets/main/environment.yml
248248
```
249249
The second command installs the specific R and package versions specified in
250-
the `env.yml` file found in
250+
the `environment.yml` file found in
251251
[the worksheets repository](https://worksheets.datasciencebook.ca).
252-
We will always keep the versions in the `env.yml` file updated
252+
We will always keep the versions in the `environment.yml` file updated
253253
so that they are compatible with the exercise worksheets that accompany the book.
254254
Once all of the software installation is complete, it is a good idea to restart
255255
JupyterLab Desktop entirely before you proceed to doing your data analysis.

0 commit comments

Comments
 (0)