diff -r e5f29271089d -r 109eaddc16e1 README.md --- a/README.md Tue Sep 18 18:10:03 2018 -0500 +++ b/README.md Tue Sep 18 18:58:19 2018 -0500 @@ -49,13 +49,19 @@ - [py2app](https://py2app.readthedocs.io/en/latest/install.html). -To create the standalone app +To create an app that you can launch at startup and give permanent permissions +to the keychain, use - python3 setup.py py2app + python3 setup.py py2app -A The app hould be placed under `dist/`. Copy it to your `Applications` directory, and set it up to launch on login. +If you are keen on wasting your life, you can try to run py2app without `-A` +option to create a standalone app that you can copy to computers without +Python installed, but it will probably most likely not work because py2app +is shit. Currently (2018-09-18) it is not working with the keyring package. + ## Usage and configuration