From 8820aa4bc06d05c749e50d5272456c84ccad55a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20H=C3=B6rstrup?= Date: Tue, 11 Jun 2024 13:49:53 +0200 Subject: [PATCH] Add link to pypi package --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9670915..0264e69 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,10 @@ The Scheduler is the main part of the language. It parses PFDL files and generat For more infos visit the official :books: [Documentation](https://iml130.github.io/pfdl/). +## Quick Installation +The fastest way to get the PFDL Scheduler running is by installing the [PyPi package](https://pypi.org/project/pfdl-scheduler/) via pip: +> pip install pfdl-scheduler + ## Requirements - Pip packages from requirements.txt (`pip install -r requirements.txt`) - [GraphViz](https://graphviz.org/) (if you want to use the scheduler/run the scheduler_demo.py)