Skip to content

Commit cd08347

Browse files
committed
install with pip
1 parent 17e2887 commit cd08347

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ A Python class for EAN and ISBN name lookup and validation using the API on http
44

55
Compatible with Python 2.x **and** 3.x
66

7+
You can install the eansearch module directly with pip:
8+
```sh
9+
python -m pip install eansearch
10+
```
11+
712
```python
813
from eansearch import EANSearch
914

0 commit comments

Comments
 (0)