From a439b484b929fc86306228c0cd086d4a5d2bfede Mon Sep 17 00:00:00 2001 From: KorRyu3 <146335193+KorRyu3@users.noreply.github.com> Date: Wed, 21 Aug 2024 09:22:12 +0900 Subject: [PATCH] =?UTF-8?q?docs:=20=E3=83=AA=E3=83=9D=E3=82=B8=E3=83=88?= =?UTF-8?q?=E3=83=AA=E3=82=92=E3=83=93=E3=83=AB=E3=83=89=E3=81=99=E3=82=8B?= =?UTF-8?q?=E3=82=B3=E3=83=9E=E3=83=B3=E3=83=89=E3=82=92=E4=BB=96=E3=81=AE?= =?UTF-8?q?=E3=82=B3=E3=83=9E=E3=83=B3=E3=83=89=E3=81=A8=E9=9A=94=E9=9B=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index edcc8753..5dea59e6 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,11 @@ pip install -r requirements-cpu.txt # GPUで推論を行う場合 pip install -r requirements-gpu.txt +``` +リポジトリをビルド + +``` # 共通 pip install -e . ```