Installation ============ Install the Markov Solver using pip: .. code-block:: bash pip install markov-solver Or install from source: .. code-block:: bash git clone https://github.com/gmarciani/markov-solver.git cd markov-solver pip install -e . Verify the installation: .. code-block:: bash markov-solver --version