Releases: jritsema/cookiecutter-python
Releases · jritsema/cookiecutter-python
Release list
0.5.0
new make install command
Now you can run make install boto3 (for example) to install a new package, or run make install to install all project dependencies on a fresh machine.
Choose a make command to run
init initialize a new python project
install add a new package (make install <package>), or install all project dependencies from piplock.txt (make install)
start run local project