cd ~ git clone https://github.com/angadsingh/argos-presence sudo apt-get install python3-pip pip3 install --upgrade pip sudo apt-get install python3-venv python3 -m venv argos-presence-venv/ source argos-presence-venv/bin/activate pip install wheel pip install -r argos-presence/requirement...