backoff icon indicating copy to clipboard operation
backoff copied to clipboard

Add install section to README

Open deeplook opened this issue 5 years ago • 4 comments

Because it's a standard good practice to tell people how to install something. ;)

deeplook avatar Oct 15 '20 10:10 deeplook

Yeah, I'm trying to install it now, but I can't find information instructions anywhere online.

MacroGrove avatar Mar 02 '21 19:03 MacroGrove

Install via pip

pip3 install backoff

Library is already published to pypi.org

gaby avatar Sep 12 '21 03:09 gaby

What needs to happen here is we should move the full documentation out of the README (to something like readthedocs) and the README should get streamlined and include information like this. The docs used to be appropriately small, but as the API has somewhat expanded, we should optimized the README for Getting Started, and development etc.

bgreen-litl avatar Apr 26 '22 20:04 bgreen-litl

What needs to happen here is we should move the full documentation out of the README (to something like readthedocs) and the README should get streamlined and include information like this. The docs used to be appropriately small, but as the API has somewhat expanded, we should optimized the README for Getting Started, and development etc.

Can we get the update on this? Documentation is really important for this.

ranggakd avatar Feb 23 '23 14:02 ranggakd