Installation

Using pip

To install this package from pypi simply run

pip install pytorch-swem

From source

To install from source clone the repository and install via pip:

git clone https://github.com/schoennenbeck/swem.git
cd swem
pip install .