diff --git a/README.md b/README.md index 22db72f989a..8d30d7527b3 100644 --- a/README.md +++ b/README.md @@ -110,8 +110,8 @@ Depending on which framework is installed (TensorFlow 2.0 and/or PyTorch), the i You can run the tests from the root of the cloned repository with the commands: ```bash -python -m unittest -v discover -s tests -t . -v -python -m unittest -v discover -s examples -t examples -v +python -m unittest discover -s tests -t . -v +python -m unittest discover -s examples -t examples -v ``` or