This template helps you quickly get started with your Python project. Pay attention to the following features:
- macOS and Linux oriented
- Make sure you have Python3 installed
- Makefile description
git clone https://github.com/PhilySky7/project_template.git
Use the following command to run the script while in the project directory:
chmod +x ./template.sh && ./template.shcd <your_project_directory>
python3 -m venv venv
source venv/bin/activate