Installation
Create an environment and activate it
For Windows: download yaml here and run
conda env create -f WAS_S2S_windows.yml
conda activate WASS2S
For Linux: download yaml here and run
conda env create -f WAS_S2S_linux.yml
conda activate WASS2S
Install the wass2s package
pip install wass2s
Upgrade the wass2s package
pip install --upgrade wass2s