Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 764 Bytes

README.rst

File metadata and controls

34 lines (23 loc) · 764 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.