Skip to content

Commit 4415f16

Browse files
committed
Update README.md
1 parent d278272 commit 4415f16

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

README.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,27 @@ Simple wait
44
[![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)
55
[![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)
66
[![pypi](https://img.shields.io/pypi/v/simple-wait.svg)](https://pypi.org/project/simple-wait/)
7-
![pypi python versions](https://img.shields.io/pypi/pyversions/simple-wait.svg)
7+
[![pypi python versions](https://img.shields.io/pypi/pyversions/simple-wait.svg)](https://pypi.org/project/simple-wait/)
88
[![image](https://img.shields.io/badge/code%20style-black-000000.svg)](https://pypi.org/project/black/)
99
[![License](https://img.shields.io/badge/license-MIT-black.svg)](https://opensource.org/licenses/MIT)
1010

11-
Example:
11+
## Installation
12+
You can install with:
13+
```
14+
pip install simple-wait
15+
```
16+
17+
Install or upgrade:
18+
```
19+
pip install --upgrade simple-wait
20+
```
21+
22+
Install or update from github:
23+
```
24+
pip install git+https://github.com/gil9red/simple-wait
25+
```
26+
27+
## Example:
1228
```python
1329
from datetime import datetime
1430
from simple_wait import wait

0 commit comments

Comments
 (0)