Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gil9red committed May 25, 2023
1 parent d278272 commit 4415f16
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4415f16

Please sign in to comment.