Suggested approach:
- Install Redis
- Download the repository:
git clone https://github.com/danielczech/meerkat-backend-interface
- Make a virtual environment according to your preferences.
virtualenv -p <python3> <name>
source /path/to/virtualenv/<name>/bin/activate
- Install katversion:
pip install -r requirements.txt
- Install the
meerkat-backend-interface
:cd meerkat-backend-interface
<python3> setup.py install