Installation ============ Before continuing make sure you have `Python 3.4+ `_ installed! Doodle-Dashboard can then be installed using `pip`:: $ pip install doodle-dashboard Done! **From source** The code is hosted at `Github `_. Checkout the latest master version with:: $ git clone git@github.com:SketchingDev/Doodle-Dashboard.git $ cd Doodle-Dashboard Install the dependencies with `pip`:: $ pip install -r requirements.txt Build and install the distribution:: $ python setup.py build $ python setup.py install