README.md

changeset 22
c3e95212e3f0
parent 20
fdfbe5d7b677
child 23
86b42610d5a8
equal deleted inserted replaced
21:c36e549a7f12 22:c3e95212e3f0
8 8
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
14 To create a standalone app, you can
15
16 pip install py2app
17
18 (for alternatives see [py2app documentation](https://py2app.readthedocs.io/en/latest/install.html#installing-with-pip)), and then
19
20 python3 setup.py py2app
21
22 This will place the app under `dist/`.
13 23
14 ## Usage 24 ## Usage
15 25
16 ### Passphrases 26 ### Passphrases
17 27

mercurial