# lieer -*- bash-ts -*-

SOURCE=https://github.com/gauteh/lieer

APT_DEPENDENCIES=(
	python3
	libnotmuch-dev
	# hopefully pip will install the rest
)

# Don't error when we don't have a virtualenv.
export PIP_REQUIRE_VIRTUALENV=false

# Plan

install_deps
repo_pull
repo_ready

with_repo pip3 install --user .