From 0d5a3e1941f785d962243efd5a1e99670ffb787d Mon Sep 17 00:00:00 2001 From: Nino van Hooff Date: Thu, 27 Feb 2020 16:50:02 +0100 Subject: [PATCH] Add requirements.txt file The wiki page for bulding from source mentions some pip dependencies but misses others. I suggest to pup them here and add a `pip3 install -r requirements.txt` to the wiki --- requirements.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000000..a5ec5e3035 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,7 @@ +colorlog +pyserial +sentry-sdk +shapely +PyQt5==5.10 +trimesh +zeroconf \ No newline at end of file