From 0b0826d88f666294da53c47eb3b6eeb206d44e64 Mon Sep 17 00:00:00 2001 From: joshtch Date: Mon, 19 Dec 2016 04:11:40 -0500 Subject: [PATCH] Update run_simulator with new dependencies --- run_simulator.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/run_simulator.sh b/run_simulator.sh index 9cd21aa..7042c34 100644 --- a/run_simulator.sh +++ b/run_simulator.sh @@ -1,5 +1,6 @@ #!/bin/sh echo "Installing necessary Python libraries" pip install statistics -pip install plotly -python vr_simulation.py \ No newline at end of file +pip install ggplot +pip install pandas +python vr_simulation.py