[Semibug] OS choice for computer illiterate family members?

Andre Buskvekster andre at buskvekster.mooo.com
Fri May 19 05:47:12 EDT 2023


Dear Carey,

There are confusingly many different ways of installing python packages.
They usually run the setup.py, in addition to a bunch of other things.

You can install you-get with pip.

  doas pkg_add python%3.10 # or python%3.11
  python3 -m ensurepip
  pip install --user you-get

Your obedient servant,

Andre



More information about the Semibug mailing list