From 7796cb52832ff3b764d2b50377384fd4bf7647e2 Mon Sep 17 00:00:00 2001 From: KaifAhmad1 Date: Tue, 30 Dec 2025 23:49:34 +0530 Subject: [PATCH] udate reamde --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ba12ecdb..f0e6ca54 100644 --- a/README.md +++ b/README.md @@ -213,6 +213,8 @@ Semantica is designed for **developers, data engineers, and organizations** buil ## 📦 Installation +> **✅ Available on PyPI!** Semantica is now published on PyPI. Install it with a single command: `pip install semantica` + **Prerequisites:** Python 3.8+ (3.9+ recommended) • pip (latest version) ### Install from PyPI (Recommended) @@ -282,8 +284,6 @@ python -c "import semantica; print(semantica.__version__)" #### Supply Chain - [**Supply Chain Data Integration**](cookbook/use_cases/supply_chain/01_Supply_Chain_Data_Integration.ipynb) - Logistics RSS, deduplication, relationship mapping -> **Note:** Once published to PyPI, you'll be able to install with `pip install semantica` - ### Install from Source (Development) ```bash