Skip to content

Installation

Rustest supports Python 3.10 through 3.14.

Using pip

The simplest way to install rustest is using pip:

pip install rustest

Using uv

If you're using uv, you can add rustest to your project:

uv add rustest

Verifying Installation

After installation, verify that rustest is working correctly:

rustest --version

Or run it as a Python module:

python -m rustest --version

For Development

If you want to contribute to rustest or modify it for your needs, see the Development Guide for setup instructions.

Next Steps

Now that you have rustest installed, head over to the Quick Start guide to write your first tests!