Vasco wrote:
How can I install them on other systems? Can I clone a git repository? Or install them via PIP? After some searching I found this link to the arch package, which I can unpack (can I unpack this easily on windows?)
http://xyne.archlinux.ca/projects/svgtools/src/svgtools-2017.3.20.1.tar.xz
The sources are currently only available via archives on my site in the following directory:
http://xyne.archlinux.ca/projects/svgtools/src/
Making my local git repos available via my site and third-party hosting is on my todo list but I don't know when I will get to it.
The source archives include a setup.py script so it should be easy to install the package on any system that already has Python. The module can be also be invoked directly via e.g. "python ./SvgImgMgr.py -h" without installation to a Python path.
7-zip[1] can be used to unpack the xz-compressed archives on windows.
Regards, Xyne