=========================
Installing Stoneforge
=========================

This guide will walk you through the installation of the the Stoneforge library.

Prerequisites
=============

Before you begin, ensure you have met the following requirements:

* You have installed Python 3.8 or later (with pip).
* You have a Windows/Linux/Mac machine.

Installation
============

To install Stoneforge, follow these steps:

Windows, Linux and macOS
------------------------

1. Open your terminal.

2. Install the Stoneforge package with pip:

.. code-block:: bash

   pip install stoneforge

Verify Installation
===================

To verify that Stoneforge has been installed correctly, type the following command in your terminal:

.. code-block:: bash

   pip show stoneforge

If no error message is displayed, the installation was successful!
