From bd161f61729e2acbe040784ef8e955307e5002a3 Mon Sep 17 00:00:00 2001 From: Oliver Papst Date: Tue, 26 Mar 2024 14:29:08 +0100 Subject: [PATCH] Prepare release 24.03 --- README.md | 8 ++++---- changelog.md | 4 ++++ 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e309ef7d..3962b733 100644 --- a/README.md +++ b/README.md @@ -25,12 +25,12 @@ you can install hdtv in a virtual environment, for example by using `pipx`: ```sh -pipx install hdtv +pipx install hdtv --system-site-packages ``` -If you want to use hdtv with a fixed-location installation -(i.e., you don’t have to `source <...>/thisroot.sh`, not even in `.bashrc`), -you have to supply the additional argument `--system-site-packages` to `pipx`. +If you use hdtv with a location-independent ROOT installation +(i.e., you have to `source <...>/thisroot.sh`, e.g. in `.bashrc` or manually), +you can leave out the `--system-site-packages` option. Please note that the python package (wheel) does currently not include the compiled libraries required to run, as these depend on the root version, the python version, the compiler, and the moon phases. Instead, these are compiled automatically at first start, which requires certain build tools (see below). diff --git a/changelog.md b/changelog.md index f9aace98..51f30026 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # HDTV Changelog +## 24.03 +- Relax version requirements for prompt_toolkit (@opapst) +- Instructions for installation with pipx (@opapst) + ## 24.01 - Fix no terminal output (@opapst) - Make ls actually list directory contents (@opapst)