Skip to content

Getting Started

sample, specimen, pattern or template in indo-aryan languages

Namoona is meant to be a starting point for new developers to write projects for CHIME/FRB Collaboration utilizing the Maestro framework.

Requirements

In order to use the Maestro framework and this repository template to work without issues, you need to attach a SSH key configure your GitHub account. See the official GitHub guidelines for more information. This is needed, because most packages used within the package are private.

Dependencies

In order to use this template you need cookiecutter installed in your local python environment.

pip install --user cookiecutter
conda config --add channels conda-forge
conda install cookiecutter