Getting started

Overview

This section describes how to install and run the transient nutation analysis package.

Requirements

The following software is required:

  • Python 3.9 or higher

  • pip

  • a terminal or command line interface

Installation

It is recommended to install the package in a virtual environment.

  1. Create a virtual environment

    Using venv:

    python -m venv venv
    

    Or using conda:

    conda create -n tna python=3.9
    
  2. Activate the environment

    Using venv:

    source venv/bin/activate
    

    On Windows:

    venv\Scripts\activate
    

    Using conda:

    conda activate tna
    

3.a Install from PyPi

pip install transient-nutation-analysis

3.b Install from GitHub

Clone the repository

git clone https://github.com/TheresiaQuintes/tna_transient_nutation_analysis

Navigate to the project directory

cd tna_transient_nutation_analysis

Install the package

pip install .

Running the application

After installation, the graphical user interface can be started via:

tna-gui