Hi Kas developers,
I noticed recently that the Getting Started page [1] in the docs recommends installing Kas using sudo from the repository. This is becoming increasingly problematic with recent distros (e.g. Ubuntu >=24.04) which forbid installing packages in "externally managed
environments" [2].
Internally, we are currently recommending installing using pipx from PyPI, i.e.:
pipx install kas --system-site-packages
, but other options are available of course (the "--system-site-packages" is required to pick up libnewt for the menu).
Would you accept a patch to update the Getting Started page along these lines?
Thanks,
Peter
IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose,
or store or copy the information in any medium. Thank you.