python-project-template/README.md
2024-05-05 14:10:18 +09:00

19 lines
No EOL
562 B
Markdown

# 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プロジェクトの実行方法 作り方](https://notes.kinoshita-lab.org/20240311211049-python%E3%81%AE%E3%83%97%E3%83%AD%E3%82%B8%E3%82%A7%E3%82%AF%E3%83%88%E6%A7%8B%E6%88%90)