Last active
June 22, 2018 12:29
-
-
Save aknik/7b8a12839b43b741bcf83033255fb92c to your computer and use it in GitHub Desktop.
termux pyephem ephem scipy numpy
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
# 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