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 13c9209 commit 949ff0dCopy full SHA for 949ff0d
README.md
@@ -17,6 +17,14 @@ Documentation is available on our website: https://www.svlsimulator.com/docs/pyt
17
# install in development mode
18
pip3 install --user -e .
19
20
+**NOTE:** If you are using release 2020.06 of SVL Simulator, you must switch to
21
+the `release-2020.06` branch of this repository prior to installing:
22
+
23
+ git checkout -b release-2020.06
24
25
+We encourage you to migrate to release 2021.1 of SVL Simulator soon as it is
26
+feasible/practical to do so.
27
28
# Examples
29
30
Look into `quickstart` and `examples` folders for simple usages. To run these
0 commit comments