From 3d89ea43c64e965ea80194c139692b9f76d0c14e Mon Sep 17 00:00:00 2001 From: Brian Pepple Date: Sun, 20 Oct 2024 09:49:33 -0400 Subject: [PATCH] Update README.md Remove `pipx` mention since it doesn't make sense. --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 9e90bb7..cdfcab6 100644 --- a/README.md +++ b/README.md @@ -9,12 +9,6 @@ A [Python](https://www.python.org/) library to interact with comic archives. ## Installation -```bash -pipx install darkseid -``` - -or - ```bash pip install darkseid ```