9 You will need to install the following non-standard Python packages: |
9 You will need to install the following non-standard Python packages: |
10 |
10 |
11 - [rumps](https://github.com/jaredks/rumps) (Ridiculously Uncomplicated macOS Python Statusbar apps) |
11 - [rumps](https://github.com/jaredks/rumps) (Ridiculously Uncomplicated macOS Python Statusbar apps) |
12 - [keyring](https://pypi.python.org/pypi/keyring) |
12 - [keyring](https://pypi.python.org/pypi/keyring) |
13 |
13 |
14 To create a standalone app, you can |
14 For passphrase use authentication to work correctly, it is useful to create create a standalone Mac app. This can be don with `py2app`. You can install it with |
15 |
15 |
16 pip install py2app |
16 pip install py2app |
17 |
17 |
18 (for alternatives see [py2app documentation](https://py2app.readthedocs.io/en/latest/install.html#installing-with-pip)), and then |
18 (for alternatives see [py2app documentation](https://py2app.readthedocs.io/en/latest/install.html#installing-with-pip)). Then, to build the standalone app, run |
19 |
19 |
20 python3 setup.py py2app |
20 python3 setup.py py2app |
21 |
21 |
22 This will place the app under `dist/`. |
22 The apps hould be placed under `dist/`. |
23 |
23 |
24 ## Usage |
24 ## Usage |
25 |
25 |
26 ### Passphrases |
26 ### Passphrases |
27 |
27 |