From d8bcd854356e943fae3e4ba6088809536861f626 Mon Sep 17 00:00:00 2001 From: Sacha Date: Fri, 27 Apr 2018 14:13:44 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cf2c12c..0e51cdc 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,8 @@ chmod +x clean_venv.sh virtualenv venv --python=python3 source venv/bin/activate pip3 install git+https://github.com/inspirehep/magpie.git@v2.0 && pip3 install tensorflow +sh clean_venv.sh +build_vendored.sh ``` ## TODOs