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:

pip install git+https://github.com/rendeirolab/wsi.git
  1. Verify that the package is correctly installed by importing it in Python:

import wsi

If the installation was successful, you should not encounter any errors.

For further details, please visit our GitHub repository.