[fix] pip install command

This commit is contained in:
Al
2015-12-02 13:43:57 -05:00
parent 746b5d0f34
commit 09a3e2ab64

View File

@@ -335,7 +335,7 @@ but they can also be built manually.
To install via Python, just use: 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. **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 2. Port language classification from Python, train and publish model
3. Python bindings and documentation 3. Python bindings and documentation
4. Publish tests (currently not on Github) and set up continuous integration 4. Publish tests (currently not on Github) and set up continuous integration
5. Hosted documentation 5. Hosted documentation