Skip to content

Commit 71caca3

Browse files
authored
Merge pull request #391 from UBC-DSCI/setting-up-edits
Copyediting for computer setup
2 parents 0c2e8ff + 064124e commit 71caca3

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

setup.Rmd

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
## Overview
44

55
In this chapter, you'll learn how to install all of that software
6-
needed to do this data science covered in this book on your own computer.
6+
needed to do the data science covered in this book on your own computer.
77

88
## Chapter learning objectives
99

10-
By the end of the chapter, readers will be able to:
10+
By the end of the chapter, readers will be able to do the following:
1111

12-
- install the Git version control software
13-
- install and launch a local instance of JupyterLab with the R kernel
14-
- download the worksheets that accompany the chapters of this book from GitHub
12+
- Install the Git version control software.
13+
- Install and launch a local instance of JupyterLab with the R kernel.
14+
- Download the worksheets that accompany the chapters of this book from GitHub.
1515

1616
## Installing software on your own computer
1717

@@ -22,10 +22,10 @@ we have created instructions for multiple operating systems.
2222
In particular, the installation instructions below have been verified to work
2323
on a computer that:
2424

25-
- runs one of the following operating systems: Ubuntu 20.04, macOS Big Sur (version 11.4.x or 11.5.x), Windows 10 Professional, Enterprise or Education (version 2004, 20H2, or 21H1).
26-
- can connect to networks via a wireless connection
27-
- uses a 64-bit CPU
28-
- uses English as the default language
25+
- runs one of the following operating systems: Ubuntu 20.04, macOS Big Sur (version 11.4.x or 11.5.x), Windows 10 Professional, Enterprise or Education (version 2004, 20H2, or 21H1),
26+
- can connect to networks via a wireless connection,
27+
- uses a 64-bit CPU,
28+
- uses English as the default language.
2929

3030
### Git
3131

@@ -99,7 +99,7 @@ The instructions for the installation will then appear:
9999
(1) Press Enter.
100100
(2) Once the license agreement shows, you can press space scroll down or press `q` to skip reading it.
101101
(3) Type `yes` and press enter to accept the license agreement.
102-
(4) Press enter to accept the default installation location.
102+
(4) Press Enter to accept the default installation location.
103103
(5) Type `yes` and press enter to instruct the installer to run `conda init`, which makes `conda` available from the terminal/shell.
104104
105105
@@ -134,7 +134,7 @@ conda install -c conda-forge -y r-irkernel
134134
```
135135
136136
To improve the experience of using R in JupyterLab, we will add an extension
137-
that allows us to setup keyboard shortcuts for inserting text.
137+
that allows us to set up keyboard shortcuts for inserting text.
138138
By default,
139139
this extension creates shortcuts for inserting two of the most common R
140140
operators: `<-` and `|>`. Type the following in the Anaconda Prompt (Windows)
@@ -185,10 +185,10 @@ sudo chown -R $(whoami):admin /usr/local/bin
185185
> **Note:** You might be asked to enter your password during installation.
186186
187187
**All operating systems:**
188-
To install LaTeX open JupyterLab by typing `jupyter lab`
189-
in the Anaconda Prompt (Windows) or terminal (MacOS and Ubuntu) and press enter.
190-
Then from JupyterLab open an R console and type the commands listed below and
191-
press `Shift` + `enter` to install `tinytex`:
188+
To install LaTeX, open JupyterLab by typing `jupyter lab`
189+
in the Anaconda Prompt (Windows) or terminal (MacOS and Ubuntu) and press Enter.
190+
Then from JupyterLab, open an R console, type the commands listed below, and
191+
press Shift + Enter to install `tinytex`:
192192
193193
```
194194
tinytex::install_tinytex()

0 commit comments

Comments
 (0)