Skip to content

Commit 5a95fdd

Browse files
committed
add pypi badge
1 parent 1b05251 commit 5a95fdd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![PyPI version](https://badge.fury.io/py/algs4.svg)](https://badge.fury.io/py/algs4)
2+
13
## Overview
24

35
This repository contains the Python source code for the algorithms in the textbook
@@ -13,7 +15,9 @@ Try to keep the interface and variable name consistent with the original book wh
1315

1416
## Install
1517

16-
`# pip install algs4`
18+
```sh
19+
pip install algs4
20+
```
1721

1822
```python
1923
from algs4 import Stack

0 commit comments

Comments
 (0)