Skip to content

Download/Install

Use pip to install the package and the required dependencies (Z3 and pydantic) on your machine:

pip install ProcessScheduler==2.0.0
and check the installation from a python3 prompt:

>>> import processscheduler as ps

Additional dependencies

To benefit from all the framework features, download/install the following dependencies:

pip install matplotlib plotly kaleido ipywidgets isodate ipympl psutil XlsxWriter rich pandaspyarrow

Development version from git repository

Create a local copy of the github <https://github.com/tpaviot/ProcessScheduler>_ repository:

git clone https://github.com/tpaviot/ProcessScheduler

Then install the development version:

cd ProcessScheduler
pip install -e .

To install additional dependencies:

pip install -r requirements.txt