updated readme
This commit is contained in:
parent
498b4b22e8
commit
e6d59ca46a
1 changed files with 23 additions and 1 deletions
24
readme.md
24
readme.md
|
|
@ -1,3 +1,25 @@
|
||||||
# test
|
# test
|
||||||
|
|
||||||
testing git from Termux for android
|
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 seaborn bottle
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue