From b82e68b70316c20359630e8393fe1ff1f941a3e4 Mon Sep 17 00:00:00 2001 From: joshtch Date: Mon, 19 Dec 2016 13:38:52 -0500 Subject: [PATCH] Update README.md --- README.md | 22 +++++++++++++++++++++- results/test1.py => test1.py | 0 results/test2.py => test2.py | 0 results/test3.py => test3.py | 0 results/test4.py => test4.py | 0 results/test5.py => test5.py | 0 6 files changed, 21 insertions(+), 1 deletion(-) rename results/test1.py => test1.py (100%) rename results/test2.py => test2.py (100%) rename results/test3.py => test3.py (100%) rename results/test4.py => test4.py (100%) rename results/test5.py => test5.py (100%) diff --git a/README.md b/README.md index 7a7d41f..2c97062 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,25 @@ # IOT-Simulation -Sample table: +How to run: + + . ./install_deps.sh + +This will install dependencies via `pip`. Install `pip` with + + sudo easy_install pip + +Run the tests: + + python test1.py + python test2.py + ... + python test5.py + +Make your own test: + + nano 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") + diff --git a/results/test1.py b/test1.py similarity index 100% rename from results/test1.py rename to test1.py diff --git a/results/test2.py b/test2.py similarity index 100% rename from results/test2.py rename to test2.py diff --git a/results/test3.py b/test3.py similarity index 100% rename from results/test3.py rename to test3.py diff --git a/results/test4.py b/test4.py similarity index 100% rename from results/test4.py rename to test4.py diff --git a/results/test5.py b/test5.py similarity index 100% rename from results/test5.py rename to test5.py