Installation Guide¶
This guide provides steps to install the project.
Prerequisites¶
Python 3.x installed
pip (Python package installer)
Installation Steps¶
The easiest way to get going is to install the pypi package using pip:
pip install ratansunpy
Alternatively, you can also clone this repository and install all dependencies with It is recommended to clone or fork the entire repository since it will also include all examples and tests.
git clone https://github.com/SpbfSAO/RATANSunPy.git
cd RATANSunPy/
pip install -r requirements.txt
pip install .