|  |  |  | @ -1,6 +1,6 @@ | 
			
		
	
		
			
				
					|  |  |  |  | ============================= | 
			
		
	
		
			
				
					|  |  |  |  | =============================== | 
			
		
	
		
			
				
					|  |  |  |  | {{ cookiecutter.project_name }} | 
			
		
	
		
			
				
					|  |  |  |  | ============================= | 
			
		
	
		
			
				
					|  |  |  |  | =============================== | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | {{ cookiecutter.project_short_description}} | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
	
		
			
				
					|  |  |  | @ -9,6 +9,7 @@ Quickstart | 
			
		
	
		
			
				
					|  |  |  |  | ---------- | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | :: | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |     git clone https://github.com/{{cookiecutter.github_username}}/{{ cookiecutter.repo_name }} | 
			
		
	
		
			
				
					|  |  |  |  |     cd {{cookiecutter.repo_name}} | 
			
		
	
		
			
				
					|  |  |  |  |     pip install -r requirements/dev.txt | 
			
		
	
	
		
			
				
					|  |  |  | 
 |