From 6074ca85a6b359381f4476aeb205e4ed69c6e987 Mon Sep 17 00:00:00 2001 From: Kumi Date: Sat, 10 Feb 2024 15:00:57 +0100 Subject: [PATCH] Updated README with submodule init instructions Expanded the setup section in the README to include instructions for initializing the LimeDriver submodule before building and installing the Python bindings. This ensures users don't encounter issues due to missing dependencies when trying to install the package. --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 215a19d..a7be20b 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,13 @@ python3 -m venv venv source venv/bin/activate ``` -The Python bindings can be installed using pip: +Ensure that the LimeDriver submodule is initialized: + +```bash +git submodule update --init +``` + +Now, the Python bindings can be built and installed using pip: ```bash pip install .