Project made for InOut 6.0, 19-20th October, 2019.
python3 -m venv env
cd env
source bin/activate
pip install --upgrade setuptoolsgit clone https://github.com/pvgupta24/InOut/
cd InOut/
pip install -r requirements.txt
cd speakInOut
python manage.py makemigrations
python manage.py migrate
python manage.py runserver