Skip to content

Commit d4478b8

Browse files
Merge pull request #9 from StreamingFlow/aroma
Reamde
2 parents 4ad1a64 + 0b85b4a commit d4478b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Laminar takes full advantage of dispel4py’s capabilities, including automatic
1414

1515
The following instructions will allow you to run the Flask application which executes dispel4py workflows
1616

17-
# Docker
17+
# Docker Installation
1818
Clone repository
1919
```
2020
git clone https://github.com/StreamingFlow/dispel4py-execution.git
@@ -46,7 +46,7 @@ docker-compose up --build
4646
By 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

5151
Clone repository
5252
```
@@ -64,7 +64,7 @@ conda activate py10
6464
```
6565
Install app modules
6666
```
67-
pip install -r requirements_app.txt
67+
pip install -r requirements.txt
6868
```
6969
Run application
7070
```

0 commit comments

Comments
 (0)