From e8833d8281d500e2e84a2830dde0f46f42b7ee80 Mon Sep 17 00:00:00 2001 From: Kotaro Uetake <60615504+ktro2828@users.noreply.github.com> Date: Wed, 2 Oct 2024 11:41:03 +0900 Subject: [PATCH] docs: remove NOTE section from README (#7) Signed-off-by: ktro2828 --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index c0c8de8..c384a11 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,3 @@ git clone git@github.com:tier4/t4-devkit.git cd t4-devkit poetry install ``` - -> [!NOTE] -> We are planning to publish `t4-devkit` to PyPI in the future release.