mirror of
				https://github.com/liberatedsystems/Sideband_CE.git
				synced 2024-09-03 04:13:27 +02:00 
			
		
		
		
	Update README.md
These steps allowed me to run Sideband from source on Linux, I already have all the needed RNS dependencies installed (following the steps from the manual), so there's a chance I'm missing additional dependencies that a fresh install would not have.
This commit is contained in:
		
							parent
							
								
									7671a551e4
								
							
						
					
					
						commit
						f234fcc4d5
					
				
							
								
								
									
										13
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										13
									
								
								README.md
									
									
									
									
									
								
							@ -11,3 +11,16 @@ Sideband is currently provided as an early alpha-quality preview release. No use
 | 
			
		||||
If you want to help develop this program, get in touch.
 | 
			
		||||
 | 
			
		||||
For downloadable APK files for your device, [go here](https://unsigned.io/sideband).
 | 
			
		||||
 | 
			
		||||
### Run on Linux:
 | 
			
		||||
 | 
			
		||||
~~~bash
 | 
			
		||||
# Install RNS Dependencies if Needed
 | 
			
		||||
pip3 install rns lxmf
 | 
			
		||||
 | 
			
		||||
# Clone, Install Dependencies, and Run
 | 
			
		||||
git clone https://github.com/markqvist/Sideband.git
 | 
			
		||||
pip3 install plyer kivymd
 | 
			
		||||
cd Sideband
 | 
			
		||||
python3 main.py
 | 
			
		||||
~~~
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user