We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5969ca4 commit b982f47Copy full SHA for b982f47
1 file changed
test/README.md
@@ -5,6 +5,7 @@ To run the test, first, create and activate a virtual environment. Then install
5
```
6
$ cd tests
7
$ python -m venv env
8
+$ source env/bin/activate
9
$ python -m pip install -e ..
10
$ python simple_scenario_test.py
11
0 commit comments