No description
Find a file Use this template
2024-03-29 15:53:39 +09:00
.vscode create working template 2024-03-29 14:31:16 +09:00
python-project-template add readme 2024-03-29 14:41:41 +09:00
.gitignore create working template 2024-03-29 14:31:16 +09:00
pyproject.toml create working template 2024-03-29 14:31:16 +09:00
README.md more readme 2024-03-29 15:53:39 +09:00

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プロジェクトの実行方法 作り方