Commit ea454ab 1 parent be57a5c commit ea454ab Copy full SHA for ea454ab
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -94,12 +94,12 @@ module load anaconda3/2023.09
94
94
conda init bash
95
95
```
96
96
97
- Then create your own environment and install ` libclang ` :
97
+ Then create your own environment and install ` libclang ` and ` llvmdev ` :
98
98
99
99
``` shell
100
100
conda create -n your_env_name
101
101
conda activate your_env_name
102
- conda install libclang
102
+ conda install libclang llvmdev
103
103
```
104
104
105
105
##### Load dependencies
@@ -153,4 +153,4 @@ You need to create protobuf files from the xml files. This can be done with the
153
153
154
154
``` shell
155
155
cargo run --bin convert_to_binary --release -- --network network.xml --population population.xml --vehicles vehicles.xml --output-dir output --run-id run
156
- ```
156
+ ```
You can’t perform that action at this time.
0 commit comments