To generate the python wheel from the repo we run the following command
python setup.py bdist_wheel
To start using this repo for contributing toy need to run the following command at first
make
Then install the requirements file in your virtual environment
pip install --no-cache-dir -r requirements.txt