Skip to content

Commit

Permalink
Add recommendation for virtual environments
Browse files Browse the repository at this point in the history
  • Loading branch information
maxhoerstr committed Jun 11, 2024
1 parent 2f8f170 commit 0a7bef1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ For more infos visit the official :books: [Documentation](https://iml130.github.
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
However, we recommend the user to install the package inside a [virtual environment](https://docs.python.org/3/library/venv.html).

## 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 0a7bef1

Please sign in to comment.