From b6ea0f43aeb7ff1dcb03658e38bacae1130abd91 Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Sun, 22 Dec 2019 17:47:27 +0100 Subject: [PATCH] Remove duplicate -v flag. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 22db72f989..8d30d7527b 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