From 91214b367a05b11ee5602126fb637dfa68614341 Mon Sep 17 00:00:00 2001 From: JulioV Date: Wed, 18 Dec 2019 15:23:58 -0500 Subject: [PATCH] Update installation instructions --- docs/usage/installation.rst | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/usage/installation.rst b/docs/usage/installation.rst index cd328fee..a8d103cb 100644 --- a/docs/usage/installation.rst +++ b/docs/usage/installation.rst @@ -8,13 +8,18 @@ Install MySQL - ``brew install mysql`` - ``brew services start mysql`` -Install R: +Install R and rmarkdown: - ``brew install r`` +- ``brew install pandoc`` +- ``R -e 'install.packages(c( "rmarkdown"))'`` Install miniconda: -- ``brew cask install miniconda`` (for Mac) +For Mac: + +- ``brew cask install miniconda`` +- ``conda init zsh`` or - ``conda init bash`` Clone our repo: @@ -23,7 +28,6 @@ Clone our repo: Create a python virtual environment: - ``conda env create -f environment.yml`` -- ``conda init zsh/bash`` - Restart terminal if necessary - ``conda activate moshi-env``