📦 Installation¶
⚡ Requirements¶
RapidTest requires Python 3.7 or higher. 🐍
🚀 Install from PyPI¶
The easiest way to install RapidTest is using pip:
✅ Verify Installation¶
Verify RapidTest is installed with pip freeze:
You should see output similar to:
Verify the CLI is available:
🎉 Congrats RapidTest installed!¶
You're ready to start testing your APIs!
👉 Next: Check out the Quick Start Guide to begin testing.