 724f20ed32
			
		
	
	
		724f20ed32
		
	
	
	
	
		
			
			Use milc's config finding and parsing to check if the user is a developer or not. 'requirements-dev.txt' will now load 'requirements.txt', so no need to run pip twice. Add missing 'yapf' dependency to 'requirements-dev.txt'.
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			122 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			122 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| # Install the necessary requirements
 | |
| -r requirements.txt
 | |
| 
 | |
| # Python development requirements
 | |
| nose2
 | |
| flake8
 | |
| pep8-naming
 | |
| yapf
 |