Skip to content

Commit

Permalink
Add link to pypi package
Browse files Browse the repository at this point in the history
  • Loading branch information
maxhoerstr committed Jun 11, 2024
1 parent e0919a8 commit 8820aa4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8820aa4

Please sign in to comment.