You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			|  | 12 years ago | |
|---|---|---|
| .. | ||
| requirements | 12 years ago | |
| {{cookiecutter.repo_name}} | 12 years ago | |
| .gitignore | 12 years ago | |
| .travis.yml | 12 years ago | |
| LICENSE | 12 years ago | |
| Procfile | 12 years ago | |
| README.rst | 12 years ago | |
| requirements.txt | 12 years ago | |
| run.py | 12 years ago | |
		
			
				
				README.rst
			
		
		
			
			
		
	
	=============================
{{ cookiecutter.project_name }}
=============================
{{ cookiecutter.project_short_description}}
Quickstart
----------
::
git clone https://github.com/{{cookiecutter.github_username}}/{{ cookiecutter.repo_name }}
cd {{cookiecutter.repo_name}}
pip install -r requirements/dev.txt
python run.py