Browse Source

CLDC-NONE: Add extra library to install to setup

CLDC-NONE-update-local-development-docs
samyou-softwire 3 days ago
parent
commit
b31c9f410b
  1. 12
      docs/setup.md

12
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

Loading…
Cancel
Save