Skip to content

Commit 63b7369

Browse files
committed
README note on how to install
1 parent 04693fc commit 63b7369

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
11
# dmp
22

3-
Diff Match and Patch, packaged for modern Python
3+
Google's [Diff Match and Patch] library, packaged for modern Python
44

55
[![build status](https://travis-ci.org/jreese/dmp.svg?branch=master)](https://travis-ci.org/jreese/dmp)
66
[![version](https://img.shields.io/pypi/v/dmp.svg)](https://pypi.org/project/dmp)
77
[![license](https://img.shields.io/pypi/l/dmp.svg)](https://github.com/facebookincubator/dmp/blob/master/LICENSE)
88

9-
## About
9+
## Install
10+
11+
dmp requires any version of Python 3. You can install it from PyPI:
12+
13+
```shell
14+
pip install dmp
15+
```
16+
17+
## Original README
1018
The Diff Match and Patch libraries offer robust algorithms to perform the
1119
operations required for synchronizing plain text.
1220

0 commit comments

Comments
 (0)