diff options
-rw-r--r-- | README.md | 2 | ||||
-rwxr-xr-x | geoip | 6 |
2 files changed, 5 insertions, 3 deletions
@@ -8,6 +8,6 @@ Some scripts require the following to be installed and in your system path: - ffmpeg (with Xcb support) - fzf - ImageMagick -- python3 (with requests library) +- uv - zpool - $EDITOR environment variable set @@ -1,5 +1,7 @@ -#!/usr/bin/env nix-shell -#!nix-shell -i python3 --pure -p 'python3.withPackages (p: [ p.requests ])' +#!/usr/bin/env -S uv run -qs +# /// script +# dependencies = ["requests"] +# /// import argparse import requests |