Installation

Install the Markov Solver using pip:

pip install markov-solver

Or install from source:

git clone https://github.com/gmarciani/markov-solver.git
cd markov-solver
pip install -e .

Verify the installation:

markov-solver --version