InstallationΒΆ

In order to use the application without complete package installation:

python setup.py build
pip install -r requirements.txt
python bin/lightbulb

In order to perform complete package installation (Only available after registering automata and fsalearn packages to pip repository):

python setup.py install
lightbulb

You can also install it from pip repository (Only available after registering automata. fsalearn and lightbulb packages to pip repository):

pip install lightbulb
lightbulb

This Page