From b0b6a8120f3e5e33cdfd5b7c2f4476093061b6c5 Mon Sep 17 00:00:00 2001 From: Brian Muller Date: Sun, 26 Nov 2023 10:33:19 -0500 Subject: [PATCH] Updated README --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index 3df90b1..1dbca74 100644 --- a/README.md +++ b/README.md @@ -73,13 +73,5 @@ log.setLevel(logging.DEBUG) log.addHandler(logging.StreamHandler()) ``` -## Running Tests -To run tests: - -``` -pip install -r dev-requirements.txt -pytest -``` - ## Implementation Details The protocol is designed to be as small and fast as possible. Python objects are serialized using [MsgPack](http://msgpack.org/). All calls must fit within 8K (generally small enough to fit in one datagram packet).