Skip to content

Commit ab27aa5

Browse files
committed
Update readme to reflect python version requirement
1 parent 403c46e commit ab27aa5

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@ but (want to) use it for automated testing because it gets the job done...
44

55

66
## What is it?
7-
Python configuring and launching the infamous
8-
[SIPp](http://sipp.sourceforge.net/) using an api inspired by
9-
[requests](http://docs.python-requests.org/)
7+
Python 3.6+ configuring and launching the infamous
8+
[SIPp](http://sipp.sourceforge.net/) using a simple API to
9+
generate commands and spawn them in subprocesses.
10+
11+
Command subprocess launching now uses
12+
[`trio`](https://trio.readthedocs.io/en/stable/reference-io.html#spawning-subprocesses)!
1013

1114
## It definitely lets you
1215

@@ -25,7 +28,7 @@ Python configuring and launching the infamous
2528

2629

2730
## Basic Usage
28-
Launching the default UAC scenario is a short line:
31+
Launching the default UAC script is a short line:
2932

3033
```python
3134
import pysipp

0 commit comments

Comments
 (0)