From c9ee914c194e09553b85f2854ace95946ef86551 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1t=C3=A9=20Gy=C3=B6ngy=C3=B6si?= Date: Fri, 8 Nov 2024 18:17:05 +0100 Subject: [PATCH] Fix `generate_road_colours.py` reference in `INSTALL.md` --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index dbc9997a7..a4d44238d 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -112,7 +112,7 @@ To display *any* map, a database containing OpenStreetMap data and some utilitie Some colours, SVGs and other files are generated with helper scripts. Not all users will need these dependencies. * [Python](https://www.python.org/downloads/) -* [`generate_road_colors.py`](./scripts/generate_road_colors.py) and [`generate_unpaved_patterns.py`](./scripts/generate_unpaved_patterns.py) depend on [Color Math](https://github.com/gtaylor/python-colormath) and [`numpy`](https://numpy.org/). To install these, run: +* [`generate_road_colours.py`](./scripts/generate_road_colours.py) and [`generate_unpaved_patterns.py`](./scripts/generate_unpaved_patterns.py) depend on [Color Math](https://github.com/gtaylor/python-colormath) and [`numpy`](https://numpy.org/). To install these, run: ```bash python3 -m pip install --break-system-packages --user colormath numpy ```