diff --git a/docs/INSTALL.md b/docs/INSTALL.md index dacd666..561764c 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -52,6 +52,6 @@ export CARLA_ROOT=YOUR_CARLA_PATH ## Important!!! Otherwise, the python environment can not find carla package - echo "$CARLA_ROOT/PythonAPI/carla/dist/carla-0.9.15-py3.7-linux-x86_64.egg" >> YOUR_CONDA_PATH/envs/YOUR_CONDA_ENV_NAME/lib/python3.7/site-packages/carla.pth # python 3.8 also works well, please set YOUR_CONDA_PATH and YOUR_CONDA_ENV_NAME + echo "$CARLA_ROOT/PythonAPI/carla/dist/carla-0.9.15-py3.7-linux-x86_64.egg" >> YOUR_CONDA_PATH/envs/YOUR_CONDA_ENV_NAME/lib/python3.8/site-packages/carla.pth # python 3.8 also works well, please set YOUR_CONDA_PATH and YOUR_CONDA_ENV_NAME ```