-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.qmd
34 lines (21 loc) · 932 Bytes
/
index.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
toc: false
---
# Welcome {.unnumbered}
Welcome to this guide that will help you to correctly install and configure a
working environment for data science with
{{< fa brands r-project >}}, {{< fa brands github >}}, and {{< fa brands docker >}}.
To install softwares, please visit the page corresponding to your operating system:
- [Windows](chapters/windows.html) {{< fa brands windows >}}
- [macOS](chapters/macos.html) {{< fa brands apple >}}
- [Ubuntu](chapters/ubuntu.html) {{< fa brands ubuntu >}}
::: {.callout-note}
## Tip
Having an up-to-date environment is the first good practice. Do not forget to
**update your operating system**!
:::
Once you've installed all the required softwares, please make sure to configure:
- [RStudio](chapters/rstudio.html)
- [git](chapters/git.html)
- [GitHub SSH keys](chapters/github-ssh.html)
- [GitHub Personal Access Token](chapters/github-token.html)