Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
bewest committed Sep 10, 2011
1 parent f7aba86 commit cd375d7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
import sys
from setuptools import setup, find_packages

"""
Setup script to install insulaudit.
# sudo python setup.py develop # to hack
# sudo python setup.py install # permanent
"""

src = 'src'
sys.path.append(src)
Expand Down

0 comments on commit cd375d7

Please sign in to comment.