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.
This commit is contained in:
Kumi 2024-02-10 15:00:57 +01:00
parent 99030b5d44
commit 6074ca85a6
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -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 .