Skip to content

Commit

Permalink
Prepare release 24.03
Browse files Browse the repository at this point in the history
  • Loading branch information
op3 committed Mar 26, 2024
1 parent 39aa713 commit bd161f6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit bd161f6

Please sign in to comment.