Docs: Add requirement for setuptools

Clearify Windows installation (a little bit)
This commit is contained in:
Florian Festi 2018-09-09 16:20:04 +02:00
parent 646a0e57e9
commit 4bea8638c3
1 changed files with 17 additions and 4 deletions

View File

@ -26,6 +26,15 @@ LXML
lxml (package name may be python-lxml or python3-lxml) is needed for lxml (package name may be python-lxml or python3-lxml) is needed for
the Inkscape plugin. the Inkscape plugin.
setuptools
..........
Setup.py uses the setuptools library (package name may be
python*-setuptools). You only need it if you want to build the
package.
ps2edit ps2edit
....... .......
@ -77,7 +86,11 @@ Boxes.py on Windows
------------------- -------------------
While there is no known reason why Boxes.py should not run on Windows While there is no known reason why Boxes.py should not run on Windows
there is no upstream experience with doing so. Getting the Inkscape there is no upstream experience with doing so. The tricky part is
plugins to run will likely need manual installation (see above). If getting the cairo library installed and to run with the Python version
you run into trouble or have better installation instructions please used. Python version and the architecture (32 or 64 bit) must match.
open a ticket on Git Hub.
Getting the Inkscape plugins to run will likely need manual
installation (see above). Note that Inkscape may come with its own
Python. If you run into trouble or have better installation
instructions please open a ticket on Git Hub.