From bddddd7c5b9eb0f18e3a849d0135e96ae76de70d Mon Sep 17 00:00:00 2001 From: Kevin F Date: Mon, 22 Aug 2022 12:27:06 -0500 Subject: [PATCH] Remove notifications for now --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index edba3877..cd4c7ef8 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,6 @@ Master may be unstable, you should use the latest release tag. (checkout via git * Clone the git repo: `$ git clone https://gitlab.com/beardog/onionr --tags` * cd into install direction: `$ cd onionr/` * Install the Python dependencies ([virtualenv strongly recommended](https://virtualenv.pypa.io/en/stable/userguide/)): `$ pip3 install --require-hashes -r requirements.txt` -* (Optional): Install desktop notification dependencies: `$ pip3 install --require-hashes -r requirements-notifications.txt` Require-hashes is suggested for security but is optional. The hashes are not correct for ARM machines.