diff --git a/README.rst b/README.rst index 2d1fed7..f2e8266 100644 --- a/README.rst +++ b/README.rst @@ -297,6 +297,7 @@ Development ----------- Create a virtualenv and activate it followed by the installation of the dsmr-parser: + ``` python3 -m venv venv source venv/bin/activate @@ -304,12 +305,14 @@ pip install -e . ``` Install tox and run it: + ``` pip install tox tox ``` You should see that the tests have succeeded: + ``` ======================================================================================================== 59 passed in 0.91s ======================================================================================================== py: commands[1]> pylama dsmr_parser test