README.md

changeset 22
c3e95212e3f0
parent 20
fdfbe5d7b677
child 23
86b42610d5a8
--- a/README.md	Sun Jan 21 00:58:06 2018 +0000
+++ b/README.md	Sun Jan 21 01:14:06 2018 +0000
@@ -11,6 +11,16 @@
  - [rumps](https://github.com/jaredks/rumps) (Ridiculously Uncomplicated macOS Python Statusbar apps)
  - [keyring](https://pypi.python.org/pypi/keyring)
 
+To create a standalone app, you can
+
+    pip install py2app
+
+(for alternatives see [py2app documentation](https://py2app.readthedocs.io/en/latest/install.html#installing-with-pip)), and then
+
+    python3 setup.py py2app
+
+This will place the app under `dist/`.
+
 ## Usage
 
 ### Passphrases

mercurial