Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 649 Bytes

README.md

File metadata and controls

41 lines (24 loc) · 649 Bytes

Archlinux Arm Python Scripts

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

Installation

Python3

Install python 3 depending on your distribution.

  • ArchLinux Arm: pacman -S python

Venv

Create a Virtual Environment.

$ python3 -m venv .

Activate the newly created venv.

$ source /bin/activate

Run a command manually

Multiple Target Devices

Single Target Device

Run a command from .env file

Set up the device to be in a Docker ready state