diff --git a/conformance/README.md b/conformance/README.md index a0a82135..c4281d9f 100644 --- a/conformance/README.md +++ b/conformance/README.md @@ -57,6 +57,7 @@ Test cases use the following conventions: To run the conformance test suite: * Clone the https://github.com/python/typing repo. * Create and activate a Python 3.12 virtual environment. +* Ensure Python 3.11 is also installed (required for pytype tests to run). * Switch to the `conformance` subdirectory and install all dependencies (`pip install -r requirements.txt`). * Switch to the `src` subdirectory and run `python main.py`.