Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
closes nmaier#6.
  • Loading branch information
joscha committed Dec 29, 2014
1 parent 3a7107a commit df209e0
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Readme.md
Expand Up @@ -8,8 +8,21 @@ Requirements
* [M2Crypto](http://pypi.python.org/pypi/M2Crypto) (recommended)
`easy_install -Z M2Crypto`
* Windows users must also install valid OpenSSL binaries into their (Python) path. Copying files to the corresponding M2Crypto directory under Python\libs\site-packages will also do the trick
* Mac users might need to install `swig` as it is a dependency for M2Crypto. Easily done via `brew install swig`.
* OR openssl binary within the path

Install xpisign.py itself
---
Use pip (or easy_install or whatever):
```console
pip install https://github.com/nmaier/xpisign.py/zipball/master
```

Or a particular version (tag):
```console
pip install https://github.com/nmaier/xpisign.py/zipball/<version>
```

Usage
---
`python xpisign.py -k cert.pem addon.xpi addon.signed.xpi`
Expand Down

0 comments on commit df209e0

Please sign in to comment.