Installation

The easiest and recommended way to install anglepy is via pip.

Standard Installation

To install the latest stable release, simply run the following command in your terminal:

pip install anglepy

Development Installation

If you want to work with the latest development code, access the example notebooks, or modify the source, you can clone the repository and install it in editable mode:

git clone https://github.com/PyCoder913/anglepy.git
cd anglepy
pip install -e .

Requirements

anglepy requires Python 3.8 or later. The installation process will automatically install all necessary dependencies, including:

  • numpy

  • scipy

  • torch

  • pandas

  • matplotlib

  • tqdm

  • sklearn

  • astropy