From 97e4916582551a352cf176bda9dcda4751c0ab2b Mon Sep 17 00:00:00 2001 From: Josh Howe Date: Wed, 21 Dec 2016 15:42:51 -0500 Subject: [PATCH] Clarify in README.md how to run your own test --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2c97062..ac4f3f2 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,10 @@ Make your own test: nano vr_simulation.py +Run it: + + python vr_simulation.py + Example output with random settings: ![Sample output with default settings](https://raw.githubusercontent.com/gabe-terrell/IOT-Simulation/master/figure_2.png "Sample output")