From 7059a80748fe535b48aac737ab501ed982d34eda Mon Sep 17 00:00:00 2001 From: Mario Voigt Date: Mon, 14 Sep 2020 16:28:28 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9EREADME.md=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit update readme --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3e7c65a0..75c8da35 100644 --- a/README.md +++ b/README.md @@ -27,14 +27,15 @@ I think this package is ideal for makers who are travelling around and/or using * Windows portable Version (1.1dev 2020-07-27) @ Windows 10 * Linux dev trunk (https://inkscape.org/de/release/inkscape-master/gnulinux/ubuntu/ppa/dl/) @ Ubuntu 20 LTS * tested using Python 3.8.5 64 Bit - * some extensions require custom Python installation/modules. So i provide a description on how to do this (see documentation). - * some extensions require additional packages or other installers (see documentation too). + * some extensions require custom Python installation/modules. So i provide a description on how to do this (see documentation at our FabLab Chemnitz Wiki (see below)). + * some extensions require additional commands, packages or other installers (see documentation too). + * the structure of this repo is intended the following way: all extensions which require exactly one *.py and one *.inx file are kept on the top level /mightyscape-1.X/extensions/fablabchemnitz. So just copy them to your InkScape's extension directory. All extension which require additional libraries have their own sub directory. You will find redundancies in this repo like node.exe (NodeJS). I did it this way to give easy possibilty to only pick the extensions you want (i dont want to make about 200 repositories). # Remaining ToDos * clean code * make more precise documentation with more examples - * remove old deprecations + * remove deprecation warnings * check out command line handling of extension. This was totally ignored yet # Documentation and examples