diff --git a/install b/install new file mode 100755 index 0000000..c2b1fc4 --- /dev/null +++ b/install @@ -0,0 +1,12 @@ +#! /bin/sh +# +# install.sh +# Copyright (C) 2023 gum +# +# Distributed under terms of the MIT license. +# + +python -m venv --prompt break-timer .venv +. .venv/bin/activate +pip install -r requirements.txt +