Skip to content

Instantly share code, notes, and snippets.

# 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