generated from rstudio/bookdown-demo
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.Rmd
36 lines (25 loc) · 1.31 KB
/
index.Rmd
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
33
34
35
36
---
title: "Software Installation Guide"
author: "Francisco Rowe, Dani Arribas-Bel"
date: "`r Sys.Date()`"
site: bookdown::bookdown_site
output: bookdown::gitbook
documentclass: book
bibliography: [book.bib, packages.bib]
biblio-style: apalike
link-citations: yes
github-repo: GDSL-UL/soft_install
description: "Installation Guide for R and Python"
---
# Purpose {.unnumbered}
This resource provides step-by-step descriptions on how to install and run Python for Geographic Data Science from your own computer.
Select your Operating System and follow the steps.
```{r fig1, fig.align = 'center', echo = FALSE}
knitr::include_graphics("figs/intro/tree.jpeg")
```
<mark> **A1** [MacOS Installation](#macos) </mark>
<mark> **A2** [Linux Installation](#linux) </mark>
<mark> **A3** [Windows 10 Pro/Education](#win10pro) </mark>
<mark> **A4** [Windows 10 Home/pre-10](#otherWin) </mark>
*Need to find out your Windows version?* Click [HERE](windows-version.html)
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.