Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,11 @@ The client will ask for the server identity hash which the server prints on star

## Development

Tests can be run with `pytest` and code style is checked with `flake8`.
Before running tests or any of the example programs, make sure the project
dependencies are installed:

```bash
pip install -r requirements.txt
```

Tests can then be run with `pytest` and code style is checked with `flake8`.
Loading