SolO-SIS-Loader Documentation¶
Installing and Running¶
To install and run this package, Python >=3.10 or later is required. We recommend creating and working with this package in a virtual environment and installing the package with pip.
# Create the virtual environment using conda
conda create --name solo-sis-loader python=3.10
# Activate the environment
conda activate solo-sis-loader
# Install the required packages using pip
pip install solo-sis-loader
The package can also be installed directly from the github repository using the latest developed version (not recomended).
pip install git+https://github.com/AthKouloumvakos/SolO-SIS-Loader
Getting Started
Examples