From a3c0b5d562640cb592ad61b84b883e7f753bad66 Mon Sep 17 00:00:00 2001 From: Fabian Lechtenberg Date: Wed, 4 Sep 2024 12:44:18 +0200 Subject: [PATCH] Update README_pypi.md with plastic case --- README_pypi.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README_pypi.md b/README_pypi.md index 41a0c62..f0ee26f 100644 --- a/README_pypi.md +++ b/README_pypi.md @@ -44,7 +44,7 @@ tests.setup() ``` This function mimics the development test functions and if all tests have passed you are good to go. -To learn the PULPO workflow for more complex case studies, find example notebooks for a [hydrogen case](https://github.com/flechtenberg/pulpo/blob/master/notebooks/hydrogen_showcase.ipynb) and an [electricity case](https://github.com/flechtenberg/pulpo/blob/master/notebooks/electricity_showcase.ipynb) here. +To learn the PULPO workflow for more complex case studies, find example notebooks for a [hydrogen case](https://github.com/flechtenberg/pulpo/blob/master/notebooks/hydrogen_showcase.ipynb), an [electricity case](https://github.com/flechtenberg/pulpo/blob/master/notebooks/electricity_showcase.ipynb), and a [plastic case](https://github.com/flechtenberg/pulpo/blob/master/notebooks/plastic_showcase.ipynb) here. You can also follow these notebooks locally with the shipped package by calling: ```sh @@ -52,6 +52,7 @@ from pulpo import pulpo pulpo.electricity_showcase() pulpo.hydrogen_showcase() +pulpo.plastic_showcase() ``` It should be noted that to run these showcase it is necessary to install the ecoinvent cutoff38 system model via brightway2/activity-browser.