about summary refs log tree commit diff stats
path: root/examples/lieer
blob: 6c90e64be826e354f99bb342b4d987797493e6db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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 .