Update documentation

This commit is contained in:
Xavier Solé Nogués 2024-02-19 10:54:46 +01:00 committed by Blyron
parent 38ec7d88fd
commit e5c76c8c55
2 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@
* Added functions to get actor' bones transforms
* Added functions to get actor' bones and components names
* Added functions to get actor' sockets transforms
* make PythonAPI Windows: Fixed incompatibility issue with Anaconda due `py` command.
## CARLA 0.9.15

View File

@ -365,7 +365,7 @@ CARLA forum</a>
>In Windows it will be the default Python version for:
> py -3 --version
> python --version
>Make sure you are running your scripts with the version of Python that corresponds to your `.egg` file.
>In Linux, you may also need to set your Python path to point to the CARLA `.egg`. To do this, run the following command: