hodgesmr / mastodon_digest

A Python script that aggregates recent popular posts from your Mastodon timeline
BSD 3-Clause "New" or "Revised" License
439 stars 58 forks source link

Quick local Makefile build test #3

Closed kfdm closed 1 year ago

kfdm commented 1 year ago

This is admittedly a very rough sketch, but could possibly add a build target like this to allow one to run 'make local' if they already have Python installed and don't want to spin up docker.

If this is something you would be interested in, I can do some cleanup :)

hodgesmr commented 1 year ago

I like this idea a lot. I haven't actually checked what the minimum Python version is, but it's likely not 3.11 (and probably don't want to insist on running a specific minor version?)

behinger commented 1 year ago

minor: it worked fine for me with python 3.9 on Ubuntu edit: 3.7 was not enough

kfdm commented 1 year ago

Did a rebase and made a few more changes with some more detailed comments.