From 760aff3f9dbd4b7797cc4b9ce686551f302690f6 Mon Sep 17 00:00:00 2001 From: JoshCodeStuff <49174146+JoshCodeStuff@users.noreply.github.com> Date: Tue, 10 Dec 2024 12:13:28 -0500 Subject: [PATCH] Update README.md Added Portrait 4 to supported list and added 2 other python libraries needed to work on Arch. For the 4, select Portrait cutting mat, Red tool, and Auto Blade. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 255ea51..1664fa6 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ This extension should work with the following devices: * Silhouette Portrait * Silhouette Portrait 2 (working confirmed) * Silhouette Portrait 3 +* Silhouette Portrait 4 (working confirmed) * Silhouette Cameo * Silhouette Cameo 2 * Silhouette Cameo 3 @@ -104,7 +105,7 @@ and " ... -> Silhouette Multi Action". Click to get steps ```shell -sudo pacman -S inkscape python-lxml python-pyusb +sudo pacman -S inkscape python-lxml python-pyusb python-tinycss2 python-matplotlib git clone https://github.com/fablabnbg/inkscape-silhouette.git cd inkscape-silhouette ```