Skip to content

Instantly share code, notes, and snippets.

@naturale0
Last active June 1, 2021 10:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save naturale0/60e5167884d292058114f0159c910091 to your computer and use it in GitHub Desktop.
Save naturale0/60e5167884d292058114f0159c910091 to your computer and use it in GitHub Desktop.
install basic ds packages in termux
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