Installation

Install using pip:

pip install pacssim

Upgrading using pip:

pip install pacssim --upgrade

For installation in development mode:

git clone https://github.com/pacslab/serverless-performance-simulator
cd serverless-performance-simulator
pip install -e .

And in case you want to be able to execute the examples:

pip install -r examples/requirements.txt