break-timer/install

13 lines
210 B
Plaintext
Raw Normal View History

2023-04-12 11:16:04 +02:00
#! /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