File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 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
1018The Diff Match and Patch libraries offer robust algorithms to perform the
1119operations required for synchronizing plain text.
1220
You can’t perform that action at this time.
0 commit comments