Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 594 Bytes

readme.md

File metadata and controls

28 lines (16 loc) · 594 Bytes

Important requirement

You must have installed Python 3

If pip does not work, try pip3

To install Slog package using pip

(path/to/SLOG is the path toward the folder containing this readme)

pip install -r path/to/SLOG/requirements.txt path/to/SLOG

Then, add path/to/SLOG to the PATH variable

To compile the documentation (generated through Sphynx):

cd path/to/SLOG/doc run:

make clean

make html

The html of the doc will be in build/html

It includes a Quick Start