From 50b4d00416c0ee3c15ac83f9a4fb545d909dcf69 Mon Sep 17 00:00:00 2001 From: Khushl Vora <67469072+K-Titan@users.noreply.github.com> Date: Thu, 1 Oct 2020 17:58:08 +0530 Subject: [PATCH] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index c13c265..15d3145 100644 --- a/README.rst +++ b/README.rst @@ -5,7 +5,7 @@ Code samples from Mastering Python (https://www.packtpub.com/application-development/mastering-python) All of the code in this repository is tested using the bundled tests. To run -the tests yourself simply install the requirements and run the tests: +the tests yourself you just have to install the requirements and run the tests: pip3 install --upgrade --requirement requirements.txt py.test