Skip to content

Setup

Installation

You can install the UAVRadio Path Loss Calculator module using pip. After downloading the source code, extract it into a folder, open a new terminal inside this folder and type:

pip install .

After installation, it can be tested by running Python on a terminal and executing:

import uav_radio
If no errors show up, the class is ready to be used.