Installation

Logya is an open source Python application, check out the source code on Github. To install Logya with pip from PyPI run:

sudo pip install logya

If you cloned the repository, you can install Logya from the project’s root directory with the following command:

sudo python setup.py install

I recommend to install Logya in a virtual environment, so you can have different sites that use different Logya versions.