Fix python path in readme.
authorEdouard Tisserant <edouard.tisserant@gmail.com>
Sat, 25 May 2024 16:45:38 +0200
changeset 3951 fe7c5e8b20bb
parent 3950 79bdee48ced8
child 3954 5744391252ec
child 3955 792ae5ff01ca
Fix python path in readme.
README.md
--- a/README.md	Sat May 25 15:28:48 2024 +0200
+++ b/README.md	Sat May 25 16:45:38 2024 +0200
@@ -142,7 +142,7 @@
 ### Launch Beremiz IDE
 
 ```
-~/Beremiz/venv/python ~/Beremiz/beremiz/Beremiz.py
+~/Beremiz/venv/bin/python ~/Beremiz/beremiz/Beremiz.py
 ```
 
 ## Run standalone Beremiz runtime ##
@@ -151,7 +151,7 @@
 
 ```
 mkdir ~/beremiz_runtime_workdir
-~/Beremiz/venv/python ~/Beremiz/beremiz/Beremiz_service.py -p 61194 -i localhost -x 0 -a 1 ~/beremiz_runtime_workdir
+~/Beremiz/venv/bin/python ~/Beremiz/beremiz/Beremiz_service.py -p 61194 -i localhost -x 0 -a 1 ~/beremiz_runtime_workdir
 ```
 
 To connect IDE with runtime, enter target location URI in project's settings (project->Config->BeremizRoot/URI_location) pointed to your running Beremiz service in this case :