diff --git a/README.md b/README.md
index 0de5f585..a6dcda6a 100644
--- a/README.md
+++ b/README.md
@@ -5,18 +5,37 @@ Development Status :: 7 - Inactive
+[NOTICE]
+# Please, go to [Gemini API](https://github.com/dsdanielpark/Gemini-API)
-### Transition to [Gemini API](https://github.com/dsdanielpark/Gemini-API)
-In February 2024, Bard has changed its service name to Gemini.
-- 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
-- For all other countries/regions: Starting from March 1st, 2024, please go to the [Gemini API](https://github.com/dsdanielpark/Gemini-API) package.
-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).
+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).
+- Gemini API GitHub: https://github.com/dsdanielpark/Gemini-API
+- PyPi: https://pypi.org/project/python-gemini-api/
-
+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
+```
+
+
+***
+
+Reflection on the Bard API Project https://github.com/dsdanielpark/Bard-API/issues/289
+
# Google - Bard API