We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93b58c3 commit 535ea88Copy full SHA for 535ea88
python_examples/README.md
@@ -1,2 +1,3 @@
1
-1. Install the bindings by running `pip install .` from the project root.
2
-2. Run an example, e.g. `python3 ex01_sample.py`
+1. Create a Python virtualenv in the root directory: `python3 -m venv venv && source venv/bin/activate`
+2. Build and install the BehaviorTree Python package: `pip install -v .`
3
+3. Run an example, e.g. `python3 python_examples/ex01_sample.py`
0 commit comments