Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ndokter committed Aug 25, 2024
1 parent 0270b61 commit 26563c8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -297,19 +297,22 @@ Development
-----------

Create a virtualenv and activate it followed by the installation of the dsmr-parser:

```
python3 -m venv venv
source venv/bin/activate
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
Expand Down

0 comments on commit 26563c8

Please sign in to comment.