Skip to content

Commit

Permalink
Update run_simulator with new dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtch committed Dec 19, 2016
1 parent 7581ab9 commit 0b0826d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions run_simulator.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/sh
echo "Installing necessary Python libraries"
pip install statistics
pip install plotly
python vr_simulation.py
pip install ggplot
pip install pandas
python vr_simulation.py

0 comments on commit 0b0826d

Please sign in to comment.