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 git@github.com:quwac/python-project-template.git
then runcd python-project-template
- Run
make init
- Run
open .