|  | @@ -4,7 +4,9 @@ Open source close combat inspired game
 | 
	
		
			
			| 4 | 4 |  
 | 
	
		
			
			| 5 | 5 |  # Install
 | 
	
		
			
			| 6 | 6 |  
 | 
	
		
			
			| 7 |  | -OpenCombat is in development mode. Considering in your virtual environment, install synergine2:
 | 
	
		
			
			|  | 7 | +Note: OpenCombat is in development mode. 
 | 
	
		
			
			|  | 8 | +
 | 
	
		
			
			|  | 9 | +Considering in your virtual environment, install synergine2:
 | 
	
		
			
			| 8 | 10 |  
 | 
	
		
			
			| 9 | 11 |      git clone https://github.com/buxx/synergine2.git
 | 
	
		
			
			| 10 | 12 |      cd synergine2
 | 
	
	
		
			
			|  | @@ -15,6 +17,8 @@ Then install additional or specific version of development environment:
 | 
	
		
			
			| 15 | 17 |  
 | 
	
		
			
			| 16 | 18 |      pip install -r requirements.txt
 | 
	
		
			
			| 17 | 19 |  
 | 
	
		
			
			|  | 20 | +You also need a running redis server (used db number is `0`, soon configurable). 
 | 
	
		
			
			|  | 21 | +
 | 
	
		
			
			| 18 | 22 |  # Run
 | 
	
		
			
			| 19 | 23 |  
 | 
	
		
			
			| 20 | 24 |  Example run:
 |