From 8a3547a3f060d280a9b6cc8ca7430357621e7484 Mon Sep 17 00:00:00 2001 From: Alex Rogozhnikov Date: Tue, 17 Sep 2024 01:50:56 -0400 Subject: [PATCH] test change --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a7d249a..cb24579a 100644 --- a/README.md +++ b/README.md @@ -334,7 +334,7 @@ python -m einops.tests.run_tests numpy pytorch jax --pip-install ``` `numpy pytorch jax` is an example, any subset of testable frameworks can be provided. -Every framework will be tested against numpy, so it is a requirement for tests. +Every framework is tested against numpy, so it is a requirement for tests. Specifying `--pip-install` will install requirements in current virtualenv, and should be omitted if dependencies are installed locally.