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