Skip to content

WaylonWalker/Python_Setup_Termux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Example

CO2 emissions data from data.world report

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published