- Use this repo as a template or clone it
git clone https://github.com/empire-penguin/Python_Template.git && cd Python_Template
- Create a
.env
file with the following content and fill in the appropriate values:
# .env
PROJECT_NAME="proj"
PROJECT_VERSION="0.1.0"
PROJECT_DESC="Template project"
AUTHOR_FIRST="Gavin"
AUTHOR_LAST="Roberts"
AUTHOR_EMAIL="[email protected]"
ORGANIZATION="empire-penguin"
- Run the initialization script
./init