Project

General

Profile

Bug #122 » install.sh

David Griffith, 05/07/2012 08:37 PM

 
#!/bin/sh
# Generic user-friendly install script for Python programs.
# Please share and enjoy.

python setup.py install --record files.txt
(3-3/4)