diff --git a/README.md b/README.md index 2d34182..1a1c843 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,10 @@ MKBSD comes in two variants! Node.js and Python. 4. Wait a little. 5. All wallpapers are now in a newly created `downloads` subfolder. +Alternatively, instead of steps 2 and 3, you can: +* Install uv (https://docs.astral.sh/uv/#getting-started) +* Run `uv run mkbsd.py` + ## FAQ ### Q: What's the story behind this? diff --git a/mkbsd.py b/mkbsd.py index 2b33310..3a2c0ef 100644 --- a/mkbsd.py +++ b/mkbsd.py @@ -1,3 +1,9 @@ +# /// script +# requires-python = ">=3.12" +# dependencies = [ +# "aiohttp", +# ] +# /// # Licensed under the WTFPL License import os