Skip to content
This repository has been archived by the owner on Nov 14, 2022. It is now read-only.

Latest commit

 

History

History
12 lines (10 loc) · 359 Bytes

installation.md

File metadata and controls

12 lines (10 loc) · 359 Bytes

Installation Instructions

The code requires a working implementation of TensorFlow (tested on 1.4.0). To install the additional dependencies (we recommended doing this in a virtualenv), run

virtualenv lsi_venv
source lsi_venv/bin/activate
pip install -U pip
deactivate
source lsi_venv/bin/activate
pip install -r docs/requirements.txt