From b31c9f410b255f0d60326391d9e3bef0621d163e Mon Sep 17 00:00:00 2001 From: samyou-softwire Date: Tue, 24 Mar 2026 18:28:07 +0000 Subject: [PATCH] CLDC-NONE: Add extra library to install to setup --- docs/setup.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/setup.md b/docs/setup.md index 45ce7a39d..2bc5e1815 100644 --- a/docs/setup.md +++ b/docs/setup.md @@ -116,9 +116,17 @@ Some windows IDEs, such as [VSCode](https://code.visualstudio.com/docs/remote/ws sudo mv geckodriver /usr/local/bin/ ``` -Also ensure you have firefox installed + Also ensure you have firefox installed -7. Clone the repo +7. Install libyaml-dev if on Linux + + Linux (Debian): + + ```bash + sudo apt install -y libyaml-dev + ``` + +8. Clone the repo ```bash git clone https://github.com/communitiesuk/submit-social-housing-lettings-and-sales-data.git