Last active
June 1, 2021 10:59
-
-
Save naturale0/60e5167884d292058114f0159c910091 to your computer and use it in GitHub Desktop.
install basic ds packages in termux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pkg update | |
pkg install python build-essential freetype libpng libzmq libcrypt libjpeg-turbo libxml2 libxslt | |
pip install bs4 requests lxml | |
curl -LO https://its-pointless.github.io/setup-pointless-repo.sh | |
bash setup-pointless-repo.sh | |
pkg install numpy scipy | |
pip install matplotlib jupyter |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment