This commit is contained in:
JJJHolscher 2023-04-12 11:16:04 +02:00
parent 2ed799d9e9
commit 62228bb061

12
install Executable file
View File

@ -0,0 +1,12 @@
#! /bin/sh
#
# install.sh
# Copyright (C) 2023 gum <gum@gumvy>
#
# Distributed under terms of the MIT license.
#
python -m venv --prompt break-timer .venv
. .venv/bin/activate
pip install -r requirements.txt