/smartmirror

Python (Pyramid) written Smart Mirror Frontend

Primary LanguagePython

smartmirror README

Requirements

apt-get install python3 python3-dev python3-venv

Create VirtualEnv

pyvenv-3.4 venv
source venv/bin/activate

Configure

cp development.ini.default development.ini

Change your settings as required.

Getting Started

cd <directory containing this file>
pip install -e .
initialize_smartmirror_db development.ini
pserve development.ini