You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: setup.Rmd
+15-15Lines changed: 15 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -3,15 +3,15 @@
3
3
## Overview
4
4
5
5
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.
7
7
8
8
## Chapter learning objectives
9
9
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:
11
11
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.
15
15
16
16
## Installing software on your own computer
17
17
@@ -22,10 +22,10 @@ we have created instructions for multiple operating systems.
22
22
In particular, the installation instructions below have been verified to work
23
23
on a computer that:
24
24
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.
29
29
30
30
### Git
31
31
@@ -99,7 +99,7 @@ The instructions for the installation will then appear:
99
99
(1) Press Enter.
100
100
(2) Once the license agreement shows, you can press space scroll down or press `q` to skip reading it.
101
101
(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.
103
103
(5) Type `yes` and press enter to instruct the installer to run `conda init`, which makes `conda` available from the terminal/shell.
0 commit comments