#!/bin/bash rm -fr venv python3 -m venv venv source venv/bin/activate cd ../.. pip install . deactivate cd packaging/archlinux fpm