Installation

Requeriments

You will need Python 3.9 or higher to run Sypctral.

Basic install

You could find Spyctral at PyPI. The standar instalation via pip:

$ pip install spyctral-tools

Development install

Clone this repo and then inside the local directory execute

$ git clone https://github.com/candelac/Spyctral.git
$ cd Spyctral
$ pip install -e .