- 
                Notifications
    You must be signed in to change notification settings 
- Fork 26
Installing RFExplorer Python library
        Julian edited this page Aug 30, 2021 
        ·
        10 revisions
      
    RF Explorer Python library can be easily installed with PIP.
Open a terminal
sudo pip3 install RFExplorer
Use either pip or pip3 if you are using a different pip install for each Python version.
Open a Command Prompt as Administrator
pip install RFExplorer
Add --upgrade (or -U) at the end of the previous command. Example for Windows command
pip install RFExplorer --upgrade
- RFExplorer libraries use pySerial, please make sure you have it installed before trying to install RFExplorer
- Python 3.5 or later is required, please make sure to have and run the right version of Python. If you use an older version of Python, you can still install Python 3.5 and use multiple Python environments in the same computer.
To download examples, please visit GITHUB repository and download files in any local folder of your choice.
- Examples USB : These are examples compatible with any RF Explorer Handheld device, including Spectrum Analyzer and Signal Generator, and RF Explorer RackPro.
- Examples IoT : These are examples only suitable for RF Explorer 3G+ IoT platform, currently supported on Raspberry Pi only. More details at IoT page.

