This file contains 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
# The purpose of this script is to automatically install APLpy and all | |
# the dependencies (except numpy and matplotlib), either using the latest | |
# stable versions of packages, or the latest unstable versions from svn or | |
# git repositories. | |
import os | |
import getopt | |
import sys | |
import tempfile | |
import urllib |