Merge pull request #320 from google/eustas-python-readme

Create README.md
This commit is contained in:
eustas 2016-02-23 17:38:16 +01:00
commit 32a6b67c29

5
python/README.md Normal file
View File

@ -0,0 +1,5 @@
This directory contains Python brotli wrapper module and roundtrip tests.
To build module execute `python setup.py build_ext` from root project directory.
To test module run `python setup.py test`.