Skip to content

Commit

Permalink
add pypi badge
Browse files Browse the repository at this point in the history
  • Loading branch information
shellfly committed May 18, 2020
1 parent 1b05251 commit 5a95fdd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![PyPI version](https://badge.fury.io/py/algs4.svg)](https://badge.fury.io/py/algs4)

## Overview

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

## Install

`# pip install algs4`
```sh
pip install algs4
```

```python
from algs4 import Stack
Expand Down

0 comments on commit 5a95fdd

Please sign in to comment.