This is also compatible with Archlinux as it uses pacman and ssh but this will be tested specifically in arm devices.
TLDR:
device_commander.py --install-needed --join all
Install python 3 depending on your distribution.
- ArchLinux Arm:
pacman -S python
Create a Virtual Environment.
$ python3 -m venv .
Activate the newly created venv.
$ source /bin/activate