From b4322d36eeb0c798ea37d81e6efa685777d52074 Mon Sep 17 00:00:00 2001 From: T0jan <22519396+T0jan@users.noreply.github.com> Date: Wed, 23 Oct 2024 12:00:03 +0200 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a14cf39..4ac7e299 100644 --- a/README.md +++ b/README.md @@ -40,11 +40,16 @@ Ki-nTree was developed by [@eeintech](https://github.com/eeintech) for [SPARK Mi ### Requirements -* Ki-nTree is currently tested for Python 3.9 to 3.11 versions. +* Ki-nTree is currently tested for Python 3.9 to 3.12 versions. * Ki-nTree requires a Digi-Key **production** API instance. To create one, go to https://developer.digikey.com/. Create an account, an organization and add a **production** API to your organization. Save both Client ID and Secret keys. > [Here is a video](https://youtu.be/OI1EGEc0Ju0) to help with the different steps * Ki-nTree requires a Mouser Search API key. To request one, head over to https://www.mouser.ca/api-search/ and click on "Sign Up for Search API" * Ki-nTree requires an Element14 Product Search API key to fetch part information for the following suppliers: Farnell (Europe), Newark (North America) and Element14 (Asia-Pacific). To request one, head over to https://partner.element14.com/ and click on "Register" +* on rolling release distributions like Arch Linux some Flet dependencies need to be repaired manually: +``` +sudo pacman -S mpv +sudo ln -s /usr/lib/libmpv.so /usr/lib/libmpv.so.1 +``` ### Installation (system wide)