Skip to content
Snippets Groups Projects
Unverified Commit 9c374778 authored by JonasKrug's avatar JonasKrug Committed by GitHub
Browse files

Update build instructions

The anaconda environment should be activated before the requirements are installed.
Otherwise they are installed globally and not available in the environment.
parent 164e0199
No related branches found
No related tags found
No related merge requests found
...@@ -37,8 +37,8 @@ Clone the repo and build the environment ...@@ -37,8 +37,8 @@ Clone the repo and build the environment
git clone https://github.com/autonomousvision/transfuser git clone https://github.com/autonomousvision/transfuser
cd transfuser cd transfuser
conda create -n transfuser python=3.7 conda create -n transfuser python=3.7
pip3 install -r requirements.txt
conda activate transfuser conda activate transfuser
pip3 install -r requirements.txt
``` ```
Download and setup CARLA 0.9.10.1 Download and setup CARLA 0.9.10.1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment