From 57b2c61be08a2eea1cbed7a920b6b8301a601ad6 Mon Sep 17 00:00:00 2001 From: Zvi Grinberg Date: Thu, 14 Nov 2024 09:43:59 +0200 Subject: [PATCH] docs: add git submodule update to enable pip install Signed-off-by: Zvi Grinberg --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4bbfc6aa..56484050 100644 --- a/README.md +++ b/README.md @@ -125,6 +125,8 @@ cd BitNet conda create -n bitnet-cpp python=3.9 conda activate bitnet-cpp +git submodule update --init --recursive + pip install -r requirements.txt ``` 3. Build the project