From 7513914a8b89e7d14433941fbc7e967453129ad6 Mon Sep 17 00:00:00 2001 From: Andrew Tischenko <31860133+antis0007@users.noreply.github.com> Date: Tue, 22 Nov 2022 17:28:15 -0700 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 757a0ee..3bf1a4b 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,13 @@ All you need to do is hit the "Get Tags" button, and it will put the fetched tag You can now use these tags in any prompt crafting you'd like to do. Enjoy! +### Requirements: +This extensions requires beautifulsoup4, you'll need to install it to either your venv or globally depending on your setup + +[inside venv/Scripts] +> activate + +> pip install beautifulsoup4 ## Showcase / Usage: ![example_image](https://user-images.githubusercontent.com/31860133/203446389-01914338-0a1d-4d73-9341-e4101cadfcf7.png)