From c87b88988ee8706f245efe2fdb316d523bf5fdaa Mon Sep 17 00:00:00 2001 From: "Kaz Saita(raspi4)" Date: Fri, 29 Mar 2024 17:01:57 +0900 Subject: [PATCH] add virtualenvs.in-project true --- README.md | 3 ++- poetry.toml | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 poetry.toml diff --git a/README.md b/README.md index e9fd0e0..6207bbc 100644 --- a/README.md +++ b/README.md @@ -15,4 +15,5 @@ python project template for me. -Please refer to the note below for details [pythonプロジェクトの実行方法 作り方](https://notes.kinoshita-lab.org/20240329134609-python%E3%83%97%E3%83%AD%E3%82%B8%E3%82%A7%E3%82%AF%E3%83%88%E3%81%AE%E4%BD%9C%E3%82%8A%E6%96%B9) \ No newline at end of file +Please refer to the note below for details: + [pythonプロジェクトの実行方法 作り方](https://notes.kinoshita-lab.org/20240329134609-python%E3%83%97%E3%83%AD%E3%82%B8%E3%82%A7%E3%82%AF%E3%83%88%E3%81%AE%E4%BD%9C%E3%82%8A%E6%96%B9) \ No newline at end of file diff --git a/poetry.toml b/poetry.toml new file mode 100644 index 0000000..ab1033b --- /dev/null +++ b/poetry.toml @@ -0,0 +1,2 @@ +[virtualenvs] +in-project = true