python-project-template/README.md

19 lines
562 B
Markdown
Raw Normal View History

2024-03-29 12:34:56 +09:00
# python-project-template
2024-03-29 14:41:41 +09:00
python project template for me.
2024-03-29 15:53:39 +09:00
## Prerequisites:
- pyenv installed
- poetry 1.8 or newer installed with the specific pyenv environment you want to use
## Usage:
- clone this repository
2024-03-30 13:23:54 +09:00
- `poetry install`
- `poetry run python -m [python-project-template]`
2024-03-29 15:53:39 +09:00
- Also contains vscode configuration
2024-03-29 17:01:57 +09:00
Please refer to the note below for details:
2024-05-05 14:10:18 +09:00
[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)