Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 403 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 403 Bytes

Starter template for fresh Python applications.

Commands to bootstrap the template in a working directory of the project (assuming no conflicting files):

wget 'https://github.com/Ampretuzo/make-requirements/archive/master.zip'
unzip master.zip
cp make-requirements-master/Makefile Makefile
cp -r make-requirements-master/requirements requirements
rm -rf make-requirements-master master.zip