Skip to content

Instantly share code, notes, and snippets.

@aknik
Last active June 22, 2018 12:29
Show Gist options
  • Save aknik/7b8a12839b43b741bcf83033255fb92c to your computer and use it in GitHub Desktop.
Save aknik/7b8a12839b43b741bcf83033255fb92c to your computer and use it in GitHub Desktop.
termux pyephem ephem scipy numpy
# https://wiki.termux.com/wiki/Package_Management#its-pointless_.28live_the_dream.29
pkg install python-dev clang libcrypt-dev wget git gnupg -y
pkg install openssh -y
pip install pip --upgrade
$PREFIX/bin/wget https://its-pointless.github.io/setup-pointless-repo.sh
bash setup-pointless-repo.sh
pkg install numpy scipy -y
export LDFLAGS+=" -lm"
pip install pyephem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment