From 8ce2a021a6f502eda2286caf86000a695db2da46 Mon Sep 17 00:00:00 2001 From: Ken Caldeira <37509734+KenCaldeira@users.noreply.github.com> Date: Wed, 28 Feb 2024 16:12:18 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b2c856b..f9af1fe 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Table input and output for PyPSA -### Build a PyPSA network from an Excel table, also suitable for users with little programming experience +### Build and run a PyPSA network from an Excel table; suitable for users with little programming experience This repository holds an interface for [PyPSA](https://github.com/PyPSA/pypsa) that allows to build a network from a table input (xlsx or csv) file. It is designed to be easy to use for users with little programming experience. It allows to build a network from a table input file and to optimize a PyPSA network with a single command without requiring detailed knowledge of the PyPSA syntax. Its limitations lie in the complexity of the network that can be built. For more complex networks, we recommend to use [PyPSA-Eur](https://github.com/PyPSA/pypsa-eur) or [PyPSA-Earth](https://github.com/pypsa-meets-earth/pypsa-earth).