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
pipa terminal or command line interface
Installation
It is recommended to install the package in a virtual environment.
Create a virtual environment
Using
venv:python -m venv venv
Or using
conda:conda create -n tna python=3.9
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_analysisNavigate to the project directory
cd tna_transient_nutation_analysisInstall the package
pip install .
Running the application
After installation, the graphical user interface can be started via:
tna-gui