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 ```