Skip to content

Commit 535ea88

Browse files
committed
Improve python example README
1 parent 93b58c3 commit 535ea88

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: python_examples/README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -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+
1. Create a Python virtualenv in the root directory: `python3 -m venv venv && source venv/bin/activate`
2+
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

Comments
 (0)