From ed2e5b909b60071835b2e5321f217c921b99b219 Mon Sep 17 00:00:00 2001 From: moli Date: Thu, 10 Apr 2025 19:48:05 +0900 Subject: [PATCH] a little fix. --- .gitignore | 3 +++ README.md | 2 ++ 2 files changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index ab3e8ce..e9ce43c 100644 --- a/.gitignore +++ b/.gitignore @@ -162,3 +162,6 @@ cython_debug/ # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ +# My +.DS_Store + diff --git a/README.md b/README.md index 7325b73..0cf64ef 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ Anvil extension that downloads an image and sets it as the background. # Install +To install it, use [pipx](https://pipx.pypa.io/stable/). + ``` pipx install git+https://moli-git.zapto.org/moli/aecpic.git ```