From 82d7c8719e0f2217be53e26562a1dcf1b1878868 Mon Sep 17 00:00:00 2001 From: Leon <5868911+leonsn@users.noreply.github.com> Date: Thu, 17 Sep 2020 16:37:47 +0200 Subject: [PATCH] Update installation notes: PyPSA-Eur datafiles are part of the snakemake flow --- doc/installation.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/installation.rst b/doc/installation.rst index c99e69bc..a7f6850f 100644 --- a/doc/installation.rst +++ b/doc/installation.rst @@ -18,7 +18,12 @@ its dependencies. Clone the repository: projects % git clone git@github.com:PyPSA/pypsa-eur.git -then download and unpack all the PyPSA-Eur data files. +then download and unpack all the PyPSA-Eur data files by running the following snakemake rule: + +.. code:: bash + + projects/pypsa-eur % conda activate pypsa-eur + projects/pypsa-eur % snakemake -j 1 retrieve_databundle Clone technology-data repository