From c7412a51743b1f0d97dd39631cfcd55565ef21f7 Mon Sep 17 00:00:00 2001 From: Tom Sadler Date: Fri, 23 May 2025 20:04:57 +0100 Subject: [PATCH] Add PyfaDEV path for translations and database scripts --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b19a7839d..c630b86fe 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -46,8 +46,8 @@ pip list Build translations and database: ``` -python scripts\compile_lang.py -python db_update.py +python PyfaDEV\scripts\compile_lang.py +python PyfaDEV\db_update.py ``` Test that the project is starting properly