diff --git a/README.md b/README.md
index 84e0a9f2..7b8dbb1b 100644
--- a/README.md
+++ b/README.md
@@ -6,19 +6,31 @@ Development Status :: 7 - Inactive
-### Go to [Gemini API](https://github.com/dsdanielpark/Gemini-API)
+# [NOTICE] Please, go to [Gemini API ](https://pypi.org/project/python-gemini-api/)
-In February 2024, Bard has changed its service name to Gemini. [Bard API](https://github.com/dsdanielpark/Bard-API) may no longer work.
+https://pypi.org/project/python-gemini-api/
-- **For all other countries/regions: Starting from March 1st, 2024, please go to the [Gemini API](https://github.com/dsdanielpark/Gemini-API) package.**
-- For some countries/regions where the `__Secure-1PSID` cookie value ends with a single dot: [Bard API](https://github.com/dsdanielpark/Bard-API) >= 0.1.40
+A *unofficial* Python wrapper, [python-gemini-api](https://pypi.org/project/python-gemini-api/), operates through reverse-engineering, utilizing cookie values to interact with [Google Gemini](https://gemini.google.com) for users struggling with frequent authentication problems or unable to authenticate via [Google Authentication](https://developers.google.com/identity/protocols/oauth2?hl=en).
-
-Moving forward, updates will primarily focus on the Gemini API package. Alternatively, utilize the official Gemini API at [Google AI Studio](https://ai.google.dev/tutorials/ai-studio_quickstart).
+Collaborated competently with [Antonio Cheong](https://github.com/acheong08).
+## Installation
+```bash
+pip install python-gemini-api
+```
+```bash
+pip install git+https://github.com/dsdanielpark/Gemini-API.git
+```
+For the updated version, use as follows:
+```
+pip install -q -U python-gemini-api
+```
+***
+
+
# Google - Bard API