Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 514 Bytes

File metadata and controls

25 lines (19 loc) · 514 Bytes

PyPI pyversions

BPMN2FaaS Generator (Python)

How to run

Install all required dependencies:

pip install -r requirements.txt

Install plugins (aws/azure):

cd plugins
git clone https://github.com/BPMN2FaaS/bpmn2faas_{aws|azure}_plugin_python.git
cd bpmn2faas_{aws|azure}_plugin_python
pip install -r requirements.txt
cd ../..

Run Generator:

python -m flask run --port 8001