9 lines
		
	
	
		
			254 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			254 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| #!/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
 | |
| 
 | |
| #Put pip in $PATH by editing .bashrc and adding $PATH=PATH:/opt/python3.6/bin/
 |