From 4415f1664d7e5455fdb0cf83ee2388ab667e7628 Mon Sep 17 00:00:00 2001 From: gil9red Date: Thu, 25 May 2023 13:05:55 +0500 Subject: [PATCH] Update README.md --- README.md | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 310ebbb..477030b 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,27 @@ Simple wait [![tests](https://github.com/gil9red/simple-wait/actions/workflows/run-tests.yml/badge.svg)](https://github.com/gil9red/simple-wait/actions/workflows/run-tests.yml) [![upload to pypi](https://github.com/gil9red/simple-wait/actions/workflows/python-publish.yml/badge.svg)](https://github.com/gil9red/simple-wait/actions/workflows/python-publish.yml) [![pypi](https://img.shields.io/pypi/v/simple-wait.svg)](https://pypi.org/project/simple-wait/) -![pypi python versions](https://img.shields.io/pypi/pyversions/simple-wait.svg) +[![pypi python versions](https://img.shields.io/pypi/pyversions/simple-wait.svg)](https://pypi.org/project/simple-wait/) [![image](https://img.shields.io/badge/code%20style-black-000000.svg)](https://pypi.org/project/black/) [![License](https://img.shields.io/badge/license-MIT-black.svg)](https://opensource.org/licenses/MIT) -Example: +## Installation +You can install with: +``` +pip install simple-wait +``` + +Install or upgrade: +``` +pip install --upgrade simple-wait +``` + +Install or update from github: +``` +pip install git+https://github.com/gil9red/simple-wait +``` + +## Example: ```python from datetime import datetime from simple_wait import wait