diff options
author | chris.burns <chris.burns@localhost> | 2008-07-31 23:20:39 +0000 |
---|---|---|
committer | chris.burns <chris.burns@localhost> | 2008-07-31 23:20:39 +0000 |
commit | 1006c2275077597ef9c510ccf8e0bee44ed93d71 (patch) | |
tree | 4d7c96fbd3dcd5a5e134cd2dd41bf0a31f8e8974 /tools/osxbuild/build.py | |
parent | 3a873053bea771ae172d333ccac35b6ae0247d9c (diff) | |
download | numpy-1006c2275077597ef9c510ccf8e0bee44ed93d71.tar.gz |
Add doc to osxbuild script.
Diffstat (limited to 'tools/osxbuild/build.py')
-rw-r--r-- | tools/osxbuild/build.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/osxbuild/build.py b/tools/osxbuild/build.py index fd94084d4..d0e8ecfa1 100644 --- a/tools/osxbuild/build.py +++ b/tools/osxbuild/build.py @@ -2,6 +2,8 @@ This is a simple script, most of the heavy lifting is done in bdist_mpkg. +To run this script: 'python build.py' + Requires a svn version of numpy is installed, svn is used to revert file changes made to the docs for the end-user install. Installer is built using sudo so file permissions are correct when installed on |