Remove stable branch from documentation
This commit is contained in:
parent
6fa2a08244
commit
c7093b58ad
|
@ -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
|
If you are building CARLA from source, the Python code is inside the
|
||||||
_"PythonClient"_ folder in the CARLA repository. Bear in mind that the
|
_"PythonClient"_ folder in the CARLA repository. Bear in mind that the
|
||||||
`master` branch contains latest fixes and changes that might be incompatible
|
`master` branch contains latest fixes and changes that might be incompatible
|
||||||
with the release version. Consider using the `stable` branch.
|
with the release version. Consider using the latest release code.
|
||||||
|
|
||||||
Install dependencies
|
Install dependencies
|
||||||
--------------------
|
--------------------
|
||||||
|
|
|
@ -44,7 +44,7 @@ Clone or download the project from our
|
||||||
$ git clone https://github.com/carla-simulator/carla
|
$ git clone https://github.com/carla-simulator/carla
|
||||||
|
|
||||||
Note that the `master` branch contains the latest fixes and features, for the
|
Note that the `master` branch contains the latest fixes and features, for the
|
||||||
latest stable code may be best to switch to the `stable` branch.
|
latest stable code may be best to switch to the latest release tag.
|
||||||
|
|
||||||
Run the setup script to download the content and build all dependencies. It
|
Run the setup script to download the content and build all dependencies. It
|
||||||
takes a while
|
takes a while
|
||||||
|
|
|
@ -69,7 +69,7 @@ Building CARLA
|
||||||
|
|
||||||
Use `git clone` or download the project from this page. Note that the master
|
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
|
branch contains the latest fixes and features, for the latest stable code may be
|
||||||
best to switch to the `stable` branch.
|
best to switch to the latest release tag.
|
||||||
|
|
||||||
Then follow the instruction at [How to build on Linux][buildlink].
|
Then follow the instruction at [How to build on Linux][buildlink].
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue