https://github.com/carla-simulator/carla
Revision 9e1e98f6ad36d9523d7ca333e9db4a5a1d086824 authored by Anshul Paigwar on 10 January 2019, 10:13:32 UTC, committed by GitHub on 10 January 2019, 10:13:32 UTC
Many people having the error of `Carla module not found` it is mainly bcoz python could not find the Carla Python API. Installation of Python API is missing in the documentation.
1 parent d8247fa
Raw File
Tip revision: 9e1e98f6ad36d9523d7ca333e9db4a5a1d086824 authored by Anshul Paigwar on 10 January 2019, 10:13:32 UTC
Update getting_started.md
Tip revision: 9e1e98f
.gitignore
Build
Dist
Doxygen
Deprecated/PythonClient/dist
Util/Build
Install

*.VC.db
*.VC.opendb
*.a
*.egg-info
*.kdev4
*.log
*.o
*.pb.cc
*.pb.h
*.pid
*.pri
*.pro
*.py[cod]
*.sln
*.so
*.stackdump
*.sublime-workspace
*.workspace
*CodeCompletionFolders.txt
*CodeLitePreProcessor.txt
.codelite
.gdb_history
.gtest
.tags*
.vs
__pycache__
_benchmarks_results
_images*
_out*
_site
core
profiler.csv
back to top