From 9392aca0b02532492e3798e7972507e0ba727a58 Mon Sep 17 00:00:00 2001 From: dbf Date: Sun, 12 Jun 2022 12:20:59 +0300 Subject: [PATCH] [docs] Remove mention of python2 Signed-off-by: dbf --- docs/STYLES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/STYLES.md b/docs/STYLES.md index 94b96dbbc1..01647440c5 100644 --- a/docs/STYLES.md +++ b/docs/STYLES.md @@ -2,7 +2,7 @@ Here is the basic workflow to update styles: 1. Edit the styles file you want, e.g. [`Roads.mapcss`](../data/styles/clear/include/Roads.mapcss) -2. Run the `tools/unix/generate_drules.sh` script (python2 is required) +2. Run the `tools/unix/generate_drules.sh` script 3. Test how your changes look in the app 4. Commit your edits and files changed by the script 5. Send a pull request!