From a2f17e3205cb7dd290a4c9f5f4506802b3976e36 Mon Sep 17 00:00:00 2001 From: Tom Sadler Date: Fri, 23 May 2025 19:53:24 +0100 Subject: [PATCH] Add note on C compiler --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9660bd2fc..03c96d50c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -36,6 +36,8 @@ pip install -r PyfaDEV\requirements.txt ``` > For some Linux distributions, you may need to install separate wxPython bindings, such as `python-matplotlib-wx` +> You may need to [install a C compiler](https://mesonbuild.com/SimpleStart.html#installing-a-compiler-toolchain) + Check that the libs from *requirements.txt* are installed ``` pip list