From 81fab3d2ed7b7d386164a0283e10fa1b8f062245 Mon Sep 17 00:00:00 2001 From: Mamun Date: Mon, 19 Jun 2023 09:18:37 +0600 Subject: [PATCH] Added install instruction --- README.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.rst b/README.rst index 2b1c0f5..f32215a 100644 --- a/README.rst +++ b/README.rst @@ -25,6 +25,12 @@ Decorators support both regular functions for synchronous code and `asyncio `__'s coroutines for asynchronous code. +Installation +============ +:: + + pip install backoff + Examples ========