Updated example README.md

dh_python
B.J. Dweck 2020-10-07 13:17:08 +02:00
parent 9b53e5c2ac
commit d09b6580aa
1 changed files with 9 additions and 0 deletions

View File

@ -35,6 +35,15 @@ In a separate terminal window, run the subscriber:
#### Run TORch Agent in Vagrant
[Build](..) the latest source into a Debian package and copy it to `example/`
```bash
cd ..
./make-pkg.sh john@doe.com
cp -f build/torch-agent_0.0.1-1_all.deb example/
cd example
```
Run the Vagrant box in a third terminal window:
```bash