Installation

Stable release

Get the latest code:

$ apt update && apt install git -y
$ git clone --recursive https://gitlab.com/ody55eus/ana.git

To install the spectrumanalyzer and Ana, run this command in your terminal:

$ python setup.py install

This is the preferred method to install Ana, as it will always install the most recent stable release.

If you don’t have pip installed, this Python installation guide can guide you through the process.

From sources

The sources for Ana can be downloaded from the GitLab repo.

You can either clone the public repository:

$ git clone https://gitlab.com/ody55eus/ana.git

Or download the tarball:

$ curl -OJL https://gitlab.com/ody55eus/ana/-/archive/master/ana-master.zip

Once you have a copy of the source, you can install it with:

$ pip install -e . # --editable or
$ python setup.py develop  # or install