diff --git a/docs/src/dev-guide/building-package.md b/docs/src/dev-guide/building-package.md index 4cf4e5349..802e9e30d 100644 --- a/docs/src/dev-guide/building-package.md +++ b/docs/src/dev-guide/building-package.md @@ -12,10 +12,17 @@ prebuilt version instead, check out the [releases](https://github.com/y-scope/cl extra configuration. * Python 3.8 or newer * python3-venv +* python3-dev * [Task](https://taskfile.dev/) ## Setup +Clone the repo and sub-components + +```shell +git clone --recurse-submodules https://github.com/y-scope/clp.git +``` + Initialize the project ```shell @@ -25,7 +32,7 @@ tools/scripts/deps-download/init.sh Install CLP core's dependencies ```shell -components/core/tools/ubuntu-focal/install-all.sh +components/core/tools/scripts/lib_install/ubuntu-focal/install-all.sh ``` ## Build