Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Marius Brehler <[email protected]>
  • Loading branch information
maxhoerstr and marbre authored Jun 11, 2024
1 parent f75d184 commit 5bc4932
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ 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:
The fastest way to get the PFDL Scheduler running is by installing the [PyPi package](https://pypi.org/project/pfdl-scheduler/) via pip in a virtual environment:
> python3 -m venv venv-pfdl
> source venv-pfdl/bin/activate
> 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).
Expand Down

0 comments on commit 5bc4932

Please sign in to comment.