From 55498b530584fb3aafeaaa5d9cadbd57754cc29d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20D=C3=A9jean?= Date: Wed, 20 Nov 2019 13:40:08 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c740b75..a5044bd 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,10 @@ Document Understanding tools We recommend installing __anaconda3__ . You can then train using pystruct and/or tensorflow (both to be installed on top of anaconda). +conda install shapely rtree +conda install -c anaconda tensorflow(-gpu) +pip install future lxml scipy scikit-learn pytest cvxopt ad3 pystruct --upgrade + ### Usage * see use-cases