Skip to content

Commit

Permalink
Add Python installation instructions for using rdataretriever
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanwhite committed Aug 14, 2019
1 parent 97ca635 commit 3669135
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions python-install.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@

## Installing Python

* Go to https://www.python.org/downloads
* Click the yellow `Download Python` button
* Start the installer
* Click "Add Python 3.7 to PATH" then "Install Now"

* Go to https://conda.io/miniconda.html
* Download the installer for your operating system
* Run the installer
* Keep all defaults
*
* Open RStudio

```
install.packages('reticulate')
library('reticulate')
py_install('retriever')
install.packages('rdataretriever')
```

```
use_condaenv('r-reticulate')
library(rdataretriever)
```

0 comments on commit 3669135

Please sign in to comment.