We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d3eb21 commit 5785891Copy full SHA for 5785891
README.md
@@ -154,7 +154,7 @@ Follow it - it will let to execute Embedded Python scripts vs IRIS and develop i
154
155
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:
156
```bash
157
-$ irispython /python/irisapp.py
+$ irispython python/irisapp.py
158
```
159
160
@@ -222,7 +222,7 @@ $ docker-compose exec iris bash
222
223
Run the following commands to start the flask server:
224
225
-irispython /python/flask/app.py
+irispython python/flask/app.py
226
227
228
That will start the flask server and you will see the following output:
0 commit comments