Skip to content

Commit 9146f17

Browse files
authored
added white space around commands
1 parent 23a2968 commit 9146f17

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup.Rmd

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ bash path/to/Miniconda3-latest-Linux-x86_64.sh
8989

9090
> **Note:** Most often, this file is downloaded to the Downloads directory,
9191
and thus the command will look like this:
92+
>
9293
> ```
9394
> bash Downloads/Miniconda3-latest-Linux-x86_64.sh
9495
> ```
@@ -141,9 +142,11 @@ and the \index{kernel!installation} IRkernel.
141142
To install versions of these that are compatible with the accompanying worksheets,
142143
type the command shown below into the Anaconda Prompt (Windows)
143144
or terminal (MacOS and Ubuntu).
145+
144146
```
145147
conda env update --file https://raw.githubusercontent.com/UBC-DSCI/data-science-a-first-intro-worksheets/main/environment.yml
146148
```
149+
147150
This command installs the specific R and package versions specified in
148151
the `environment.yml` file found in
149152
[the worksheets repository](https://ubc-dsci.github.io/data-science-a-first-intro-worksheets).
@@ -158,6 +161,7 @@ so that they are compatible with the exercise worksheets that accompany the book
158161
> incompatible with the worksheets that accompany the book; the automated
159162
> exercise feedback might tell you your answers are not correct even though
160163
> they are!
164+
>
161165
> ```
162166
> conda install -c conda-forge -y \
163167
> r-base \

0 commit comments

Comments
 (0)