beremiz

Fix python path in readme.

2024-05-25, Edouard Tisserant
fe7c5e8b20bb
Fix python path in readme.
  • +2 -2
    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 :