From b472c26dc8876c90bf43d418c944757f8a5cc180 Mon Sep 17 00:00:00 2001 From: "Kaz Saita(raspi4)" Date: Sat, 30 Mar 2024 13:23:54 +0900 Subject: [PATCH] tweak readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6207bbc..0670c38 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ python project template for me. ## Usage: - clone this repository -- `poetry install [library you want to use]` -- `poetry run python [python-project-template]` +- `poetry install` +- `poetry run python -m [python-project-template]` - Also contains vscode configuration