From 73fbf77562ba8e570ec2dfb9315e9abb4986ec73 Mon Sep 17 00:00:00 2001 From: Patrik Huber Date: Wed, 8 Mar 2017 20:58:52 +0000 Subject: [PATCH] Added PyPI info to README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 37dcba241..7ee6d06af 100644 --- a/README.md +++ b/README.md @@ -85,9 +85,10 @@ The full model is available at [http://www.cvssp.org/facemodel](http://www.cvssp ## Python bindings -eos includes python bindings for some of its functionality (and more can be added!). Set `-DEOS_GENERATE_PYTHON_BINDINGS=on` when running `cmake` to build them (and optionally set `PYTHON_EXECUTABLE` to point to your python interpreter if it's not found automatically). +eos includes python bindings for some of its functionality (and more can be added!). An experimental package is on PyPI: Try `pip install eos-py`. You will still need the data files from this repository. +In case of issues, build the bindings manually: Clone the repository and set `-DEOS_GENERATE_PYTHON_BINDINGS=on` when running `cmake` (and optionally set `PYTHON_EXECUTABLE` to point to your python interpreter if it's not found automatically). -After building the bindings, they can be used like any python module: +After having obtained the bindings, they can be used like any python module: ``` import eos