|  | @@ -136,8 +136,12 @@ conflict between system-wide python modules and pod required ones.
 | 
	
		
			
			| 136 | 136 |      cd pod && python setup.py develop && cd -
 | 
	
		
			
			| 137 | 137 |      pip install -r install/requirements.txt
 | 
	
		
			
			| 138 | 138 |      
 | 
	
		
			
			| 139 |  | -Note: you may get errors with stevedore/pbr which is not supported by python 3.2
 | 
	
		
			
			|  | 139 | +Notes:
 | 
	
		
			
			|  | 140 | +
 | 
	
		
			
			|  | 141 | +* Debian: you may get errors with stevedore/pbr which is not supported by python 3.2
 | 
	
		
			
			| 140 | 142 |  (debian version of python 3). This is not a real problem
 | 
	
		
			
			|  | 143 | +* Ubuntu (at least 14.04): you should remove _distribute_ and _wsgiref _
 | 
	
		
			
			|  | 144 | +  from the requirements.txt file
 | 
	
		
			
			| 141 | 145 |  
 | 
	
		
			
			| 142 | 146 |  ### Create configuration ###
 | 
	
		
			
			| 143 | 147 |  
 |