Skip to content

Instantly share code, notes, and snippets.

@tfmorris
tfmorris / install.py
Last active August 29, 2015 13:57 — forked from bwhite/install.py
import shutil
import urllib2
import platform
import tempfile
import urllib
import os
import subprocess
import webbrowser
import stat