mastodon_digest icon indicating copy to clipboard operation
mastodon_digest copied to clipboard

Quick local Makefile build test

Open kfdm opened this issue 2 years ago • 1 comments

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 :)

kfdm avatar Dec 05 '22 04:12 kfdm

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?)

hodgesmr avatar Dec 05 '22 18:12 hodgesmr

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

behinger avatar Dec 22 '22 10:12 behinger

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

kfdm avatar Dec 22 '22 23:12 kfdm