Installation

From source:

git clone https://github.com/lyx12311/FLICKER.git
cd FLICKER
python setup.py install

Dependencies

The dependencies of FLICKER are NumPy, pandas.

These can be installed using pip:

pip install numpy pandas