python-project-template/README.md
2024-03-30 13:23:54 +09:00

571 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
  • poetry run python -m [python-project-template]
  • Also contains vscode configuration

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