Welcome to speedata Publisher 5.3.12 for Windows

How to install the speedata Publisher (ZIP file)
================================================

See also the online-instructions at https://doc.speedata.de/publisher/en/description-en/installation.html (EN) or https://doc.speedata.de/publisher/de/installation/ (DE)

The ZIP file is organized as follows:

speedata-publisher/
├── bin
├── share
└── sw


you can run the publisher without further installation just by calling the
program named 'sp' in the `bin' directory from the command line.

The shell's current directory should be the directory with the data and layout
file.

To avoid giving the path to the sp binary every time the publisher is called,
you should add the location of the binary to the PATH environment variable.



Optional: add bin directory to the PATH environment variable
=============================================================

Non-permanent
-------------


Run these commands on the command prompt

    cd speedata-publisher\bin
    set PATH=%PATH%;%CD%


Permanent
---------


See https://www.computerhope.com/issues/ch000549.htm for instructions.



Documentation
=============

The documentation is located at https://doc.speedata.de/
and also available with `sp doc` on the command line.


