python-project-template/README.md

594 B

python-project-template

python project template for me.

Prerequisites:

  • pyenv installed
  • poetry 1.8 or newer installed with the specific pyenv environment you want to use

Usage:

  • clone this repository
  • poetry install [library you want to use]
  • poetry run python [python-project-template]
  • Also contains vscode configuration

Please refer to the note below for details: pythonプロジェクトの実行方法 作り方