Skip to content

📦 Installation

⚡ Requirements

RapidTest requires Python 3.7 or higher. 🐍

🚀 Install from PyPI

The easiest way to install RapidTest is using pip:

pip install rapidtest

✅ Verify Installation

Verify RapidTest is installed with pip freeze:

pip freeze 

You should see output similar to:

rapidtest==0.4.0

Verify the CLI is available:

rapidtest --help

🎉 Congrats RapidTest installed!

You're ready to start testing your APIs!

👉 Next: Check out the Quick Start Guide to begin testing.