From 9a3d7e2a857e7d0e2a90d2e8b663bde8d0eb4553 Mon Sep 17 00:00:00 2001 From: Nigel Dokter Date: Sun, 25 Aug 2024 14:49:26 +0200 Subject: [PATCH] formatting --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index a283072..293fd7b 100644 --- a/README.rst +++ b/README.rst @@ -299,6 +299,7 @@ Development Create a virtualenv and activate it followed by the installation of the dsmr-parser: .. code-block:: bash + python3 -m venv venv source venv/bin/activate pip install -e . @@ -306,12 +307,14 @@ Create a virtualenv and activate it followed by the installation of the dsmr-par Install tox and run it: .. code-block:: bash + pip install tox tox You should see that the tests have succeeded: .. code-block:: + ======================================================================================================== 59 passed in 0.91s ======================================================================================================== py: commands[1]> pylama dsmr_parser test py: OK (11.55=setup[9.73]+cmd[1.29,0.53] seconds)