From ab27aa5fd9eaeba4775b42ea354b4cb66de517cd Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Sat, 13 Feb 2021 11:56:02 -0500 Subject: [PATCH] Update readme to reflect python version requirement --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e9dc7ad..8b6530b 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,12 @@ but (want to) use it for automated testing because it gets the job done... ## What is it? -Python configuring and launching the infamous -[SIPp](http://sipp.sourceforge.net/) using an api inspired by -[requests](http://docs.python-requests.org/) +Python 3.6+ configuring and launching the infamous +[SIPp](http://sipp.sourceforge.net/) using a simple API to +generate commands and spawn them in subprocesses. + +Command subprocess launching now uses +[`trio`](https://trio.readthedocs.io/en/stable/reference-io.html#spawning-subprocesses)! ## It definitely lets you @@ -25,7 +28,7 @@ Python configuring and launching the infamous ## Basic Usage -Launching the default UAC scenario is a short line: +Launching the default UAC script is a short line: ```python import pysipp