From da99b5cd628dac823eb435087a67e96aa5f15ca9 Mon Sep 17 00:00:00 2001 From: Kasper Marinus Date: Tue, 30 Sep 2025 13:26:42 +0200 Subject: [PATCH] chore: update README --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index e0fca47..127d9a0 100644 --- a/README.md +++ b/README.md @@ -57,3 +57,15 @@ python -c "import qi; print(qi)" ``` You should now be able to run this project. + +### MacOS +... + +## Running +Assuming you have the virtual environment activated (`source .venv/bin/activate` on Linux) and that you have a virtual robot running on localhost you should be able to run this project by typing + +```bash +python main.py --qi-url tcp://localhost: +``` + +where `` is the port on which your robot is running. \ No newline at end of file