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

added python to the install script

parent 2f7b8f1c
Branches
Tags
No related merge requests found
...@@ -24,6 +24,10 @@ ...@@ -24,6 +24,10 @@
#// #//
#///////////////////////////////////////////////////////////////////////// #/////////////////////////////////////////////////////////////////////////
# install python for the simulator
sudo apt-get update
sudo apt-get install python
# install influx # install influx
wget https://dl.influxdata.com/influxdb/releases/influxdb_1.2.4_amd64.deb wget https://dl.influxdata.com/influxdb/releases/influxdb_1.2.4_amd64.deb
dpkg -i 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.
Please register or to comment