Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 570 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 570 Bytes

python-project-template

Python project template.

Install and setup

  1. Install HomeBrew
  2. Install softwares using Homebrew
  3. Config Visual Studio Code
    1. ⌘ + Shift + P
    2. Select Shell Command: Install 'code' command IN PATH
    3. Restart your terminal
  4. git clone git@github.com:quwac/python-project-template.git then run cd python-project-template
  5. Run make init
  6. Run open .