diff --git a/README.md b/README.md new file mode 100644 index 0000000..0e59efd --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +[![Build Status](https://travis-ci.org/Yomguithereal/fog.svg)](https://travis-ci.org/Yomguithereal/fog) + +# Fog + +A fuzzy matching/clustering library for Python. + +## Installation + +You can install `fog` with pip with the following command: + +``` +pip install fog +``` + +## Usage + +WIP...