Published at https://docs.osism.tech.
-
On Ubuntu or Debian:
# apt-get install python3-pip # pip3 install tox
-
On RHEL or CentOS (replace yum with dnf on Fedora):
# yum install python3-pip # pip3 install tox
-
On openSUSE or SUSE Linux Enterprise:
# zypper in python3-pip # pip3 install tox
-
On MacOS:
$ brew install python3 $ pip3 install tox
-
On Windows:
$ pip3 install tox
All guides are in the RST format. You can use tox to prepare virtual environment and build all guides (HTML only):
$ tox -e build
You can find the root of the generated HTML documentation at build/html
.
Some documentation files are generated using tools. These files include a do not edit
header and should not be modified by hand.
This documentation was created by OSISM GmbH and is licensed under a Creative Commons Attribution 4.0 International Licence (CC BY-SA 4.0).