Installation#
To install the package from the GitHub repository, follow the steps below.
Ensure you have Python 3.10 or higher installed.
Install the package using pip by running the following command:
pip install git+https://github.com/rendeirolab/wsi.git
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.