From 9286b18a05f5550de81b72b2df6d16de8981a96f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Lizo=C5=84czyk?= <3533647+plizonczyk@users.noreply.github.com> Date: Sun, 14 Jan 2018 14:30:32 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 22fba6a..8333480 100755 --- a/README.md +++ b/README.md @@ -119,16 +119,16 @@ In *examples* directory, there is an example of interoperation of this package w ---- ## Bug reports -This software was tested only on Linux. It may or may not work on Windows, explicit support for this system will be added in future. +This software was tested only on Linux. It may or may not work on Windows, explicit support for this system may be added in future. Please file any bug reports in project's [issue tracker](https://github.com/plizonczyk/noiseprotocol/issues). ## Development & contributing -The only additional package that may be useful during development is pytest - for unit testing. +Additional packages that may be useful during development are contained in dev_requirements.txt. Installation: ``` -pip install pytest +pip install -r dev_requirements.txt ``` Running tests (from root directory):