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.