Update installation instructions

replace/14b620c5befd2949072bba3483f89e47854f6a24
JulioV 2019-12-18 15:23:58 -05:00
parent 3fbc1b5b92
commit 91214b367a
1 changed files with 7 additions and 3 deletions

View File

@ -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``