added devdoc update about installing emane into pipenv environment from source

This commit is contained in:
Blake Harnden 2019-09-12 16:27:12 -07:00
parent 5b8a7b1cfd
commit cc4a25cc21

View file

@ -77,6 +77,18 @@ cd $REPO/netns
sudo make install
```
### Adding EMANE to Pipenv
EMANE bindings are not available through pip, you will need to build and install from source.
[Build EMANE](https://github.com/adjacentlink/emane/wiki/Build#general-build-instructions)
```shell
# after building emane above
# ./autogen.sh && ./configure --prefix=/usr && make
python3 -m pipenv install --skip-lock $EMANEREPO/src/python
```
### Running CORE
This will run the core-daemon server using the configuration files within the repo.