From b91cb9b36029f24dfa86f2ca5a8e64378fdb731e Mon Sep 17 00:00:00 2001 From: jar3b Date: Fri, 16 Feb 2018 22:48:18 +0300 Subject: [PATCH] update readme [ci skip] --- README.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 689794c..2bf88d0 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,17 @@ [![PyPI version](https://badge.fury.io/py/asyncio-seppuku.svg)](https://badge.fury.io/py/asyncio-seppuku) -sends signal to current pid after specified delay +Sends signal to current pid after specified delay. -## Usage: -See examples/simple.py +Works on Linux (because OS async singals support is required), supports Python 3.3+ (for Python 3.3 need to install asyncio) + +## For what? +idk + +## Installation + +via pip: `pip install ` + +## Usage +See [examples/simple.py](examples/simple.py)