diff --git a/README.rst b/README.rst index e94c6c12..095d5cd5 100644 --- a/README.rst +++ b/README.rst @@ -66,7 +66,8 @@ pytest .. code-block:: shell-session - ptest --cov=./ + pip install pytest pytest-cov + pytest --cov=./ nosetest --------