From a726a525258101998d12bb4c3e06c004c775ed4e Mon Sep 17 00:00:00 2001 From: JulioV Date: Tue, 4 Aug 2020 12:30:46 -0400 Subject: [PATCH] Update installation.rst --- docs/usage/installation.rst | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/usage/installation.rst b/docs/usage/installation.rst index 7dcbef2b..ed3deac6 100644 --- a/docs/usage/installation.rst +++ b/docs/usage/installation.rst @@ -40,9 +40,8 @@ macOS (tested on Catalina 10.15) #. Install R packages and virtual environment: - - ``snakemake renv_install`` - - ``snakemake renv_init`` - - ``snakemake renv_restore`` + - ``snakemake -j1 renv_install`` + - ``snakemake -j1 renv_restore`` - This step could take several minutes to complete, especially if you have less than 3Gb of RAM or packages need to be compiled from source. Please be patient and let it run until completion. @@ -98,8 +97,8 @@ Linux (tested on Ubuntu 18.04 & 20.04) #. Install R packages and virtual environment: - - ``snakemake renv_install`` - - ``snakemake renv_restore`` + - ``snakemake -j1 renv_install`` + - ``snakemake -j1 renv_restore`` - This step could take several minutes to complete, especially if you have less than 3Gb of RAM or packages need to be compiled from source. Please be patient and let it run until completion.