From a1daf8e124b322187408c6f85ad1ea5568087fd5 Mon Sep 17 00:00:00 2001 From: joshtch Date: Mon, 19 Dec 2016 13:40:16 -0500 Subject: [PATCH] Rename run_simulator.sh to install_deps.sh --- run_simulator.sh => install_deps.sh | 2 -- 1 file changed, 2 deletions(-) rename run_simulator.sh => install_deps.sh (50%) diff --git a/run_simulator.sh b/install_deps.sh similarity index 50% rename from run_simulator.sh rename to install_deps.sh index 7042c34..ee95e42 100644 --- a/run_simulator.sh +++ b/install_deps.sh @@ -1,6 +1,4 @@ #!/bin/sh -echo "Installing necessary Python libraries" pip install statistics pip install ggplot pip install pandas -python vr_simulation.py