Skip to content

Commit ea454ab

Browse files
authored
Update README.md
1 parent be57a5c commit ea454ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -94,12 +94,12 @@ module load anaconda3/2023.09
9494
conda init bash
9595
```
9696

97-
Then create your own environment and install `libclang`:
97+
Then create your own environment and install `libclang` and `llvmdev`:
9898

9999
```shell
100100
conda create -n your_env_name
101101
conda activate your_env_name
102-
conda install libclang
102+
conda install libclang llvmdev
103103
```
104104

105105
##### Load dependencies
@@ -153,4 +153,4 @@ You need to create protobuf files from the xml files. This can be done with the
153153

154154
```shell
155155
cargo run --bin convert_to_binary --release -- --network network.xml --population population.xml --vehicles vehicles.xml --output-dir output --run-id run
156-
```
156+
```

0 commit comments

Comments
 (0)