Update installation.rst

pull/95/head
MoSHI 2020-06-05 16:35:33 -04:00 committed by GitHub
parent 20d28d0603
commit 56645d66b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ macOS (tested on Catalina 10.15)
- ``brew install mysql``
- ``brew services start mysql``
#. Install R and pandoc. If you have other instances of R, we recommend uninstalling them.
#. Install R 4.0 and pandoc. If you have other instances of R, we recommend uninstalling them.
- ``brew install r``
- ``brew install pandoc``
@ -63,14 +63,14 @@ Linux (tested on Ubuntu 18.04)
- ``sudo apt install mysql-server``
#. Install R. If you have other instances of R, we recommend uninstalling them.
#. Install R 4.0 . If you have other instances of R, we recommend uninstalling them.
- ``sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E298A3A825C0D65DFD57CBB651716619E084DAB9``
- ``sudo add-apt-repository 'deb https://cloud.r-project.org/bin/linux/ubuntu bionic-cran40/'``
- ``sudo apt update``
- ``sudo apt install r-base``
#. Install PANDOC
#. Install Pandoc
- ``sudo apt install pandoc``