From bd5605dd757af04a89435cf714abeebff53df969 Mon Sep 17 00:00:00 2001 From: Andrew Linim Date: Mon, 4 Nov 2024 17:53:27 +0300 Subject: [PATCH] some fix --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fb93a77..d1a7aac 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,9 @@ ### Installation: 1. Download [Next.py library](https://autumn.avanpost20.ru/attachments/download/WL1PuZrNahl8rSzi7xItxrbd5GHwn47kdQyHG6f1rF) and install downloaded file with Pip (pip install ./next.py-0.2.0-py3-none-any.whl) -2. Install Google-Images-Search library via Pip: pip install google-images-search -3. If you using a Windows, install a windows-curses library via Pip: pip install windows-curses -4. Set up your Next and Google credentials in creds.py file -5. All done! Now, you can run your own instance of bot by running main.py +2. Install Google-Images-Search library via Pip: pip install `google-images-search` +3. If you using a Windows, install a windows-curses library via Pip: `pip install windows-curses` +4. Clone repository to local drive using `git clone https://github.com/hlnmplus/GImages/` +5. Set up your Next and Google credentials in creds.py file +6. All done! Now, you can run your own instance of bot by running main.py