Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 274 Bytes

INSTALL.md

File metadata and controls

16 lines (8 loc) · 274 Bytes

Building this site on your own

  1. Make a virtualenv:

     python -m virtualenv ../build
     . ../build/bin/activate
    
  2. Install the requirements:

     pip install -r requirements.txt
    
  3. Run make

  4. Look at the html/ directory.