is available under MIT License, read the LICENSE file for more info git clone https://github.com/sd2001/repo-name.git cd repo-name pip install virtualenv python -m venv <name of environment> source <name>/bin/activate pip install -r requirements.txt bash run.sh Swarnabha Das