Installation

  1. 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
  1. Install the wass2s package

pip install wass2s
  1. Upgrade the wass2s package

pip install --upgrade wass2s