mirror of
https://github.com/nadimkobeissi/mkbsd.git
synced 2025-04-21 05:56:32 -04:00
Fix python version, clarify readme
This commit is contained in:
parent
6896467e5b
commit
114183afc2
2 changed files with 3 additions and 3 deletions
|
@ -30,7 +30,7 @@ MKBSD comes in two variants! Node.js and Python.
|
||||||
4. Wait a little.
|
4. Wait a little.
|
||||||
5. All wallpapers are now in a newly created `downloads` subfolder.
|
5. All wallpapers are now in a newly created `downloads` subfolder.
|
||||||
|
|
||||||
Alternatively, instead of steps 2 and 3, you can:
|
Alternatively, instead of steps 1-3, you can:
|
||||||
* Install uv (https://docs.astral.sh/uv/#getting-started)
|
* Install uv (https://docs.astral.sh/uv/#getting-started)
|
||||||
* Run `uv run mkbsd.py`
|
* Run `uv run mkbsd.py`
|
||||||
|
|
||||||
|
|
2
mkbsd.py
2
mkbsd.py
|
@ -1,5 +1,5 @@
|
||||||
# /// script
|
# /// script
|
||||||
# requires-python = ">=3.12"
|
# requires-python = ">=3.9"
|
||||||
# dependencies = [
|
# dependencies = [
|
||||||
# "aiohttp",
|
# "aiohttp",
|
||||||
# ]
|
# ]
|
||||||
|
|
Loading…
Add table
Reference in a new issue