Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 200 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 200 Bytes

Welcome to Computer Vision Group @ Boston College

Create Environment

conda create -n sphnix pip
source activate sphnix
pip install -r requirements.txt

Build Html

cd docs/; make html