diff --git a/README.md b/README.md index bdc0de0..d57d34c 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,32 @@ -# PYI-Installer -A tool to download python libraries easily. +# 🚀 PYI-Installer -You must have pip installed. -# Version -PYI is currently on v1.1.1 (perfect ones!) +**PYI-Installer** is a lightweight command-line tool that helps you download and install Python libraries easily using `pip`. +Designed for simplicity, speed, and Windows users. -PYI is only available on Windows +--- + +## 🔢 Current Version + +> **v1.1.1** — *Perfect ones!* ✅ + +--- + +## ✨ Features + +- ⚡ Fast and easy Python library installation +- 🧩 Beginner-friendly CLI tool +- 🪶 Lightweight with minimal setup +- 🪟 Built exclusively for **Windows** + +--- + +## 📦 Requirements + +Make sure the following are installed: + +- **Python** +- **pip** + +Verify pip installation: +```bash +pip --version