2018-09-30 01:06:38 +00:00
|
|
|
#!/bin/bash
|
|
|
|
# Enable posibility of notificaions in Python, assumes you have pip
|
|
|
|
|
|
|
|
pip install notify2
|
|
|
|
sudo apt-get install libgtk2.0-dev libdbus-1-dev
|
|
|
|
pip install dbus-python
|
2018-10-20 19:34:37 +00:00
|
|
|
|
|
|
|
#Put pip in $PATH by editing .bashrc and adding $PATH=PATH:/opt/python3.6/bin/
|