From ffab9f3ceb0d24cab447b83b603bb28430bc0aa7 Mon Sep 17 00:00:00 2001 From: Yuanpeng Zhang Date: Thu, 15 Dec 2022 16:11:30 -0500 Subject: [PATCH] fix readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aab1cf37..a15d6018 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ ImportError: First import of "._api" failed with "libGL.so.1: cannot open shared The test suite can be run using [pytest](https://docs.pytest.org/en/latest/) with the [pytest-qt](https://pytest-qt.readthedocs.io/en/latest/) plugin. ```bash -$ pytest tests +$ python -m pytest ``` ### Developing using a local Mantid install