Update installation.rst
parent
5bdaf13752
commit
673c3c22f5
|
@ -43,6 +43,7 @@ macOS (tested on Catalina 10.15)
|
|||
- ``snakemake renv_install``
|
||||
- ``snakemake renv_init``
|
||||
- ``snakemake 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.
|
||||
|
||||
#. See Usage section below.
|
||||
|
@ -67,6 +68,7 @@ Linux (tested on Ubuntu 18.04 & 20.04)
|
|||
|
||||
- ``sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E298A3A825C0D65DFD57CBB651716619E084DAB9``
|
||||
- Add R's repository:
|
||||
|
||||
- For 18.04 do: ``sudo add-apt-repository 'deb https://cloud.r-project.org/bin/linux/ubuntu bionic-cran40/'``
|
||||
- For 20.04 do: ``sudo add-apt-repository 'deb https://cloud.r-project.org/bin/linux/ubuntu focal-cran40/'``
|
||||
- ``sudo apt update``
|
||||
|
@ -98,6 +100,7 @@ Linux (tested on Ubuntu 18.04 & 20.04)
|
|||
|
||||
- ``snakemake renv_install``
|
||||
- ``snakemake 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.
|
||||
|
||||
#. See Usage section below.
|
||||
|
|
Loading…
Reference in New Issue