### Installation from download button
1. Download the source archive and unpack it:
```
$ tar xfj epidemic-routing-master.tar.bz2
```
2. Move (and rename) the `epidemic-routing-master` directory to `ns-3.29/contrib/epidemic-routing`
3. Build ns-3.29 as usual
### Installation from bake
1. Download the `epidemic-routing.xml` configuration file, and place it in the `contrib` folder of bake (you may need to mkdir to create this contrib folder).
2. Configure bake such as:
```
$ ./bake.py configure -e ns-3.29 -e pybindgen -e epidemic-routing
```
3. Run bake installation as usual.
```
$ ./bake.py check
$ ./bake.py show
$ ./bake.py download
$ ./bake.py build
```