No description
Find a file
Waylon Walker 2e731f31de initial commit /n/n co2plot.py makes the plots. runnint Processing chunk 1 named None from line 3
Processing chunk 2 named None from line 10
Processing chunk 3 named None from line 17
Processing chunk 4 named None from line 28
Published co2plot.py to co2plot.html will create the report
2017-04-01 13:50:46 -05:00
andoid_bottle.py set up a simple working template for a bottle server 2017-03-30 15:12:24 -05:00
co2data.py initial commit for co2data.py \n\n This module pulls data from data.world 2017-04-01 13:49:16 -05:00
co2plot.py initial commit /n/n co2plot.py makes the plots. runnint Processing chunk 1 named None from line 3 2017-04-01 13:50:46 -05:00
history.txt consolehistory 2017-03-29 22:26:57 -05:00
readme.md updated readme 2017-03-29 23:18:29 -05:00

test

testing git from Termux for android. This repo was made entirely fom an android phone using Termux.

install

install a text editor (vim or nano), python-dev, and freetype-dev. I found python-dev better than python for pip installing packages that required a compiler. freetype-dev was required for matplotlib.

apt install nano
apt install python-dev
apt install freetype-dev

Now setup your python environment with your favorite packages.

pip install pandas matplotlib bottle