Skip to content

Commit

Permalink
Update readme to reflect python version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
goodboy committed Feb 13, 2021
1 parent 403c46e commit ab27aa5
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down

0 comments on commit ab27aa5

Please sign in to comment.