Installation

Overview over the most common ways of installing this project.

Installation from PyPI

If you just want to get started or receive updates you can use the package available on PyPI and install it with the following command:

python3 -m pip install lambda-calculus

Sematic Versioning is is attempted to be adhered to.

Installation from source

This project adheres to PEP 517 and can be build using build:

python3 -m build

The resulting wheel should be platform and machine independent because this is a pure python project.