Installation

From PyPI

pip install reSW

From tarball

  1. Download tarball (alternative link) with prebuilt Python package.

  2. Install via pip:

pip install ./reSW-0.1.2.tar.gz

From Source

  1. Download source or clone Git repo:

git clone https://git.nxhs.cloud/ge/rSW.git && cd rSW
  1. Install build deps:

pip install --update build
  1. Build and install Python package:

make
make install