Installing and getting started

To Install the latest release of yasc, you can use pip:

pip install yasc

Alternatively, you can use pip to install the development version directly from github:

pip install git+https://github.com/Keris/yasc.git

Another option would be to clone the github repository and install from your local copy:

pip install .

Depenencies

  • Python 3.6+

Mandatory dependencies

Bugs

Please report any bugs you encounter through the github issue tracker. It will be most helpful to include a reproducible example on synthetic data and the version of yasc you are using in your bug report.