Installing or upgrading nrkdownload
The nrkdownload package is avaible for installation from
PyPI.
To install nrkdownload as a CLI tool in your environment, you can use e.g.
pipx or
uv. Both pipx and uv have
the ability to install and run Python applications in isolated environments.
With pipx, you would do::
With uv, you would do::
Note that in order to download video and subtitles, an installation of ffmpeg is also
needed. See Installing FFmpeg.