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)