Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 637 Bytes

README.rst

File metadata and controls

32 lines (21 loc) · 637 Bytes

python3-openttd

python3-openttd is a pure-python client library for interfacing with the admin server port of OpenTTD.

Requirements

Basic usage

See the examples directory for examples :).

Documentation

Run:

make docs-html

or:

cd docs
make html

to build sphinx-based documentation. View with your favourite web browser from docs/sphinx-data/build/html/index.html or run make docs-view-html.