diff options
| author | Federico Bond <[email protected]> | 2014-05-15 03:22:42 -0300 |
|---|---|---|
| committer | Federico Bond <[email protected]> | 2014-05-20 10:28:16 -0300 |
| commit | d16f6f87e1c15bd686e0e74ddb671da95a916c6d (patch) | |
| tree | 9f958e66f716f75f68f59af3068cf27e7b928585 /contrib/macdeploy/README.md | |
| parent | Merge pull request #4182 (diff) | |
| download | discoin-d16f6f87e1c15bd686e0e74ddb671da95a916c6d.tar.xz discoin-d16f6f87e1c15bd686e0e74ddb671da95a916c6d.zip | |
Remove unused imports in macdeploy script
Diffstat (limited to 'contrib/macdeploy/README.md')
| -rw-r--r-- | contrib/macdeploy/README.md | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/contrib/macdeploy/README.md b/contrib/macdeploy/README.md index 5f0611f20..0aa57b477 100644 --- a/contrib/macdeploy/README.md +++ b/contrib/macdeploy/README.md @@ -1,9 +1,5 @@ ### MacDeploy ### -You will need the appscript package for the fancy disk image creation to work: - - sudo easy_install appscript - For Snow Leopard (which uses [Python 2.6](http://www.python.org/download/releases/2.6/)), you will need the param_parser package: sudo easy_install argparse |