Project

General

Profile

Bug #122 » install.sh

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

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

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