dbus notification server in python
A simple python3 program to catch freedesktop.org notifications in your session, and to write them into the console.
- Read more about dbus notification server in python
- Log in to post comments
Use this command to upgrade all packages in your local pip repository:
pip list --outdated --format=freeze | grep -v '^\-e' | cut -d = -f 1 | xargs -n1 pip install -U
NOTE: You have to substitute pip command with the full name of your installed pip version on NetBSD, like this: pip3.7