File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Laminar takes full advantage of dispel4py’s capabilities, including automatic
1414
1515The following instructions will allow you to run the Flask application which executes dispel4py workflows
1616
17- # Docker
17+ # Docker Installation
1818Clone repository
1919```
2020git clone https://github.com/StreamingFlow/dispel4py-execution.git
@@ -46,7 +46,7 @@ docker-compose up --build
4646By following these steps, you can ensure that the execution engine is properly configured and running efficiently.
4747
4848
49- # Without Docker
49+ # Non- Docker Installation
5050
5151Clone repository
5252```
@@ -64,7 +64,7 @@ conda activate py10
6464```
6565Install app modules
6666```
67- pip install -r requirements_app .txt
67+ pip install -r requirements .txt
6868```
6969Run application
7070```
You can’t perform that action at this time.
0 commit comments