diff options
-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 |