Remove notifications for now

This commit is contained in:
Kevin F 2022-08-22 12:27:06 -05:00
parent 85b6f468fd
commit bddddd7c5b
1 changed files with 0 additions and 1 deletions

View File

@ -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.