Update installation notes: PyPSA-Eur datafiles are part of the snakemake flow

This commit is contained in:
Leon 2020-09-17 16:37:47 +02:00 committed by GitHub
parent 515416fd75
commit 82d7c8719e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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