Installation instructions for the Pypsa-Eur-Tutorial
-
Get the data from the git repository
-
if you have git installed clone the repository
-
(or if you want to install git, follow the instructions here )
- otherwise, go to the git repository and download the ZIP (click green box: Clone or download \rightarrow Download ZIP), and unzip the folder
-
Pypsa-Eur relies on a set of other Python packages. The easiest way to install them is to use conda (an environment management system). If conda is not already installed on your system, you can install miniconda by following the installation guide
-
Open a terminal and cd to the cloned/downloaded repository pypsa-eur-tut and install the environment with
some_other_path/pypsa-eur-tut$ conda env create -f environment.yaml
- save some already solved networks (~1GB) from pypsa-eur-tut_networks – Google Drive
in the folder pypsa-eur-tut
Now you are ready to start with the tutorial!
It would be convenient to install the necessary packages before the tutorial since the internet connection might not be that great.