Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 190 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 190 Bytes

cln

Collaborative Lab Notebook

To install:

  1. Install npm, bower, pip
  2. pip install -r requirements.txt
  3. ./manage.py bower install
  4. ./manage.py makemigrations
  5. ./manage.py migrate