Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Oghenefego Ahia authored and Oghenefego Ahia committed Dec 19, 2016
2 parents 526bd53 + a1daf8e commit 6034836
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 3 deletions.
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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")

2 changes: 0 additions & 2 deletions run_simulator.sh → install_deps.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#!/bin/sh
echo "Installing necessary Python libraries"
pip install statistics
pip install ggplot
pip install pandas
python vr_simulation.py
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 6034836

Please sign in to comment.