Installation Guide

This guide will walk you through the process of installing lynguine.

Prerequisites

Ensure you have Python 3.11 or later installed on your system. You can download Python from python.org.

Installing lynguine

ndlpy can be installed using pip. Run the following command:

pip install lynguine

Alternatively, if you are installing from source:

git clone https://github.com/lawrennd/lynguine.git
cd ndlpy
pip install .

Verify the installation:

python -c "import lynguine; print(lynguine.__version__)"