PyLionChief is an open-source project that aims to provide Python access to the Lionel's LionChief line of trains.
PyLionChief can be installed using pip
, or by downloading the source code and running the setup.py
script.
To install PyLionChief using pip
, simply run:
pip install pylionchief
To install PyLionChief from source, follow these steps:
- Download the source code from the GitHub repository.
- Extract the contents of the archive to a directory of your choice.
- Navigate to the directory containing the
setup.py
script. - Run the following command:
python setup.py install
PyLionChief comes with a few examples to help users get started. These examples can be found under the examples
directory in the repository root.
PyLionChief is released under the MIT license. See the LICENSE file for more details.