Python project template.
- Install HomeBrew
- Install softwares using Homebrew
- Config Visual Studio Code
⌘ + Shift + P
- Select
Shell Command: Install 'code' command IN PATH
- Restart your terminal
git clone [email protected]:quwac/python-project-template.git
then runcd python-project-template
- Run
make init
- Run
open .