How to install
Swergio Python Package
To install the swergio package directly from Pypi
pip install swergio
For the latest version from github we can use
pip install git+https://github.com/swergio/swergio.git
Swergio Python Toolbox Package
To install the toolbox separate from the base swergio package
pip install swergio_toolbox
or the latest version from github
pip install git+https://github.com/swergio/toolbox.git
To install the toolbox together with the swergio package we can use
pip install swergio[toolbox]
Swergio Julia Package
The julia package ca be installed from the github repository with:
pkg> add https://github.com/swergio/swergio.jl.git