backoff
backoff copied to clipboard
Add install section to README
Because it's a standard good practice to tell people how to install something. ;)
Yeah, I'm trying to install it now, but I can't find information instructions anywhere online.
Install via pip
pip3 install backoff
Library is already published to pypi.org
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.
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.