# HG changeset patch # User Tuomo Valkonen # Date 1587424452 18000 # Node ID 3e9d88b2c14b485b601bf7377cd9cc2dae14f4f2 # Parent 9badb0fb06eb6338031f20d1c98eb7886e72e9b6 Improve installation instructions diff -r 9badb0fb06eb -r 3e9d88b2c14b README.md --- a/README.md Mon Apr 20 13:21:02 2020 -0500 +++ b/README.md Mon Apr 20 18:14:12 2020 -0500 @@ -25,21 +25,23 @@ ## Installation -You will need to install the following non-standard Python packages: +On macOS, first run + + pip3 install keyring pyyaml rumps + +On other systems, run + + pip3 install keyring pyyaml xdg + +This will install the following Python packages: - [keyring](https://pypi.python.org/pypi/keyring) to extract passphrases from the keychain - [pyyaml](http://pyyaml.org/) for parse configuration files - -The use the tray icon on macOS, you will need: - - [rumps](https://github.com/jaredks/rumps) (Ridiculously Uncomplicated macOS Python Statusbar apps) - -If you are not on macOS, you will need: - - [xdg](https://pypi.python.org/pypi/xdg/3.0.0) for configuration file - location + location (not needed on macOS) With the dependencies satisfied, Borgend may be run with