README.md

changeset 37
9fab8200f7eb
parent 33
91421eeb4426
child 41
e2641cb9ca6d
equal deleted inserted replaced
36:1478f8722690 37:9fab8200f7eb
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) to extracdt passphrases from the keychain 12 - [keyring](https://pypi.python.org/pypi/keyring) to extracdt passphrases from the keychain
13 <!-- - [xdg](https://pypi.python.org/pypi/xdg/3.0.0) for configuration file location --> 13
14 If you want to try to run Borgend without the Tray icon on other systems, you will also want:
15
16 - [xdg](https://pypi.python.org/pypi/xdg/3.0.0) for configuration file location
14 17
15 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 18 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
16 19
17 pip install py2app 20 pip install py2app
18 21

mercurial