From 09a3e2ab6442411cb69d18d88d1279fd0cb07fba Mon Sep 17 00:00:00 2001 From: Al Date: Wed, 2 Dec 2015 13:43:57 -0500 Subject: [PATCH] [fix] pip install command --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4b1b0b12..3f71f740 100644 --- a/README.md +++ b/README.md @@ -335,7 +335,7 @@ but they can also be built manually. To install via Python, just use: ``` -pip install https://github.com/openvenues/libpostal.git +pip install git+https://github.com/openvenues/libpostal.git ``` **Note**: The Python bindings don't implement libpostal's full API currently. @@ -362,4 +362,4 @@ Todos 2. Port language classification from Python, train and publish model 3. Python bindings and documentation 4. Publish tests (currently not on Github) and set up continuous integration -5. Hosted documentation \ No newline at end of file +5. Hosted documentation