NOTE: The steps of this subsection may be required to run only on the for the first time. Once done, it's possible to skip them.
These are listed on the os-requirements.txt file. The exact steps may vary according to the OS.
git clone https://github.com/oliveiraleo/LoRa-RSSI-Grabber.git
cd LoRa-RSSI-Grabber
python -m venv pyvenv
This command will create a venv called pyvenv
source pyvenv/bin/activate
NOTE: The BASH console should now display (pyvenv)
on the command line
pip install -r pip-requirements.txt
Now, please, follow the steps below step 2 of the next subsection