Installation ============ To install the package from the GitHub repository, follow the steps below. 1. Ensure you have Python 3.10 or higher installed. 2. Install the package using `pip` by running the following command: .. code-block:: bash pip install git+https://github.com/rendeirolab/wsi.git 3. Verify that the package is correctly installed by importing it in Python: .. code-block:: python import wsi If the installation was successful, you should not encounter any errors. For further details, please visit our `GitHub repository `_.