Installing Solo CLI
Solo CLI is a command line application you install to your PC. This application can control Solo and the Controller when connected to their WiFi network. You will need Python and pip installed in order to run this utility.
First connect to a WiFi network with Internet access. Run this command on your PC:
pip install git+https://github.com/3drobotics/solo-cli
On OS X and Linux, you may need to run the command as root:
sudo -H pip install git+https://github.com/3drobotics/solo-cli
To upgrade to the latest version, append --upgrade or -U to the above command:
sudo -H pip install -U git+https://github.com/3drobotics/solo-cli
Once installed, you should be able to run solo from your command line to see the list of available options. For example: