Hello,
I’m dipping my toes in the world of offpunk and I’m trying to get as
many dependencies installed as possible, on MacOS.
This is how I installed and ran offpunk at the moment:
brew install chafa timg
git clone https://git.sr.ht/~lioploum/offpunk ~/src/offpunk
python3 ~/src/offpunk/offpunk.py
When I type `version`, I see I’m still missing many things, which I list
below. I cannot find them on brew. I assume some of them only make sense
on linux (xdg-open, x11 clipboard, wayland clipboard) and that there are
mac equivalent (open, pbcopy, pbpaste). I’m not sure I need the other
one nor how to install them:
- python-feedparser
- python-bs4
- python-readability
- python-setproctitle
- bs4, readability
- feedparser
Is the information about this available somewhere?
Thanks,
Alan
Le 25 mar 17 09:05, Alan Schmitt a écrit :
>Hello,>>I’m dipping my toes in the world of offpunk and I’m trying to get as>many dependencies installed as possible, on MacOS.>>This is how I installed and ran offpunk at the moment:>> brew install chafa timg> git clone https://git.sr.ht/~lioploum/offpunk ~/src/offpunk> python3 ~/src/offpunk/offpunk.py>>When I type `version`, I see I’m still missing many things, which I list>below. I cannot find them on brew. I assume some of them only make sense>on linux (xdg-open, x11 clipboard, wayland clipboard) and that there are>mac equivalent (open, pbcopy, pbpaste). I’m not sure I need the other>one nor how to install them:>- python-feedparser>- python-bs4>- python-readability>- python-setproctitle>- bs4, readability>- feedparser>>Is the information about this available somewhere?
I’ve no knowledge of MacOS but I do know that:
1. several people are running offpunk with all the dependencies on Mac.
2. There is a macports : https://ports.macports.org/port/offpunk/details/
Maybe some macos user coult contribute some help to add to the tutorial:
https://ports.macports.org/port/offpunk/details/>>Thanks,>>Alan
--
Ploum - Lionel Dricot
Blog: https://www.ploum.net
Newsletters: https://listes.ploum.net/mailman3/lists/
Bikepunk: https://bikepunk.fr/
On 2025-03-17 08:48, Ploum <sourcehut24@ploum.eu> writes:
> I’ve no knowledge of MacOS but I do know that:>> 1. several people are running offpunk with all the dependencies on Mac.> 2. There is a macports : https://ports.macports.org/port/offpunk/details/>> Maybe some macos user coult contribute some help to add to the tutorial:>> https://ports.macports.org/port/offpunk/details/
Thank you, this helps in identifying what I need to install. I’ll
probably use pip to get these dependencies.
Best,
Alan