Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 254 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 254 Bytes

Element

A node based CMS using Python Tornado and Python IoC.

Prerequises

  • bower (asset management)
  • python 2.7

Install

virtualenv --system-site-packages element
source element/bin/activate
make install