Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 264 Bytes

Instr.md

File metadata and controls

18 lines (13 loc) · 264 Bytes

To run

  1. Install the requirements
pip install -r requirements.txt
  1. Setup redis on docker:

i) Install the docker image of redis

ii) docker run -d -p 6379:6379 --name rdb redis

iii) docker start rdb