mirror of
https://codeberg.org/librecell/lctime
synced 2026-05-31 00:15:16 +08:00
14 lines
273 B
Bash
Executable File
14 lines
273 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# SPDX-FileCopyrightText: 2022-2024 Thomas Kramer
|
|
#
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
# Install lctime. The install will make an independent copy of the code.
|
|
# Edits in the repository will not affect the installed version.
|
|
|
|
set -e
|
|
|
|
pip install --upgrade .
|
|
|