adding install script to help automate setup for others, small touchup to devguide doc

This commit is contained in:
Blake Harnden 2019-12-19 16:07:17 -08:00
parent 298cd2c9d3
commit fc15918a64
2 changed files with 41 additions and 1 deletions

View file

@ -97,7 +97,7 @@ python3 -m pipenv install $EMANEREPO/src/python
This will run the core-daemon server using the configuration files within the repo.
```shell
python3 -m pipenv run core
sudo python3 -m pipenv run core
```
### Running CORE Python GUI