Added stable branch to documentation
This commit is contained in:
parent
c4381df3ad
commit
f65aa6cc05
|
@ -27,7 +27,7 @@ view_start_positions.py | Show all the possible start positions in a map
|
|||
If you are building CARLA from source, the Python code is inside the
|
||||
_"PythonClient"_ folder in the CARLA repository. Bear in mind that the
|
||||
`master` branch contains latest fixes and changes that might be incompatible
|
||||
with the release version. Consider using the latest release code.
|
||||
with the release version. Consider using the `stable` branch.
|
||||
|
||||
Install dependencies
|
||||
--------------------
|
||||
|
|
|
@ -62,7 +62,7 @@ git clone https://github.com/carla-simulator/carla
|
|||
```
|
||||
|
||||
Note that the `master` branch contains the latest fixes and features, for the
|
||||
latest stable code may be best to switch to the latest release tag.
|
||||
latest stable code may be best to switch to the `stable` branch.
|
||||
|
||||
Now you need to download the assets package, to do so we provide a handy script
|
||||
that downloads and extracts the latest version (note that the package is >10GB,
|
||||
|
|
|
@ -61,7 +61,7 @@ Building CARLA
|
|||
|
||||
Use `git clone` or download the project from this page. Note that the master
|
||||
branch contains the latest fixes and features, for the latest stable code may be
|
||||
best to switch to the latest release tag.
|
||||
best to switch to the `stable` branch.
|
||||
|
||||
Then follow the instruction at [How to build on Linux][buildlinuxlink] or
|
||||
[How to build on Windows][buildwindowslink].
|
||||
|
|
Loading…
Reference in New Issue