All requirements are listed in /requirements.txt
To avoid manual installation and to easily set up development environment you may consider following the instructions below:
"Anaconda is an easy-to-install, free package manager, environment manager, Python distribution, and collection of over 150 open source packages with free community support."
conda create --name venv python=3
To activate the virtual environment
source activate venv
To install required dependencies
conda install --file requirements.txt