From 3bfed0edfcb4f163f81f1778f3db1e429906f5ee Mon Sep 17 00:00:00 2001 From: Yomguithereal Date: Fri, 27 Apr 2018 13:01:07 +0200 Subject: [PATCH] Starting Readme --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md 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...