Skip to content
Snippets Groups Projects
Commit d2bd33f7 authored by MJB's avatar MJB
Browse files

added python to the install script

parent 9626d3ec
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,10 @@
#//
#/////////////////////////////////////////////////////////////////////////
# install python for the simulator
sudo apt-get update
sudo apt-get install python
# install influx
wget https://dl.influxdata.com/influxdb/releases/influxdb_1.2.4_amd64.deb
dpkg -i influxdb_1.2.4_amd64.deb
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment