Installation

Install using pip:

pip install simfaas

Upgrading using pip:

pip install simfaas --upgrade

For installation in development mode:

git clone https://github.com/pacslab/simfaas
cd simfaas
pip install -e .

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

pip install -r examples/requirements.txt