README.md

changeset 33
91421eeb4426
parent 26
814937cbe9db
child 37
9fab8200f7eb
--- a/README.md	Sun Jan 21 14:34:35 2018 +0000
+++ b/README.md	Sun Jan 21 14:56:56 2018 +0000
@@ -9,13 +9,14 @@
 You will need to install the following non-standard Python packages:
 
  - [rumps](https://github.com/jaredks/rumps) (Ridiculously Uncomplicated macOS Python Statusbar apps)
- - [keyring](https://pypi.python.org/pypi/keyring)
+ - [keyring](https://pypi.python.org/pypi/keyring) to extracdt passphrases from the keychain
+<!-- - [xdg](https://pypi.python.org/pypi/xdg/3.0.0) for configuration file location -->
 
 For passphrase use authentication to work correctly, it is useful to create a standalone Mac app. This can be don with `py2app`. You can install it with
 
     pip install py2app
 
-(for alternatives see [py2app documentation](https://py2app.readthedocs.io/en/latest/install.html#installing-with-pip)). Then, to build the standalone app, run
+(for alternatives see [py2app documentation](https://py2app.readthedocs.io/en/latest/install.html)). Then, to build the standalone app, run
 
     python3 setup.py py2app
 

mercurial