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: .. code-block:: bash pip install radiosunpy ------------------ 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. .. code-block:: bash git clone https://github.com/radiosunpy/RadioSunPy.git cd RadioSunPy/ pip install -r requirements.txt pip install .