Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
fixes by @Frisle
  • Loading branch information
evshvarov authored Sep 11, 2024
1 parent 5d3eb21 commit 5785891
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ Follow it - it will let to execute Embedded Python scripts vs IRIS and develop i

Once devcontainer is opened go to /python/irisapp.py and run it, either with Run button in the top right corner, or in terminal via:
```bash
$ irispython /python/irisapp.py
$ irispython python/irisapp.py
```


Expand Down Expand Up @@ -222,7 +222,7 @@ $ docker-compose exec iris bash

Run the following commands to start the flask server:
```
irispython /python/flask/app.py
irispython python/flask/app.py
```

That will start the flask server and you will see the following output:
Expand Down

0 comments on commit 5785891

Please sign in to comment.