- make sure that you have installed virtualenv for python3
- have some room on the storage device since this is for now creating files under the videos folder
python3 -m venv /path/to/environments/folder
- /path/to/environments/folder/bin/activate
pip install -r requirements.txt
python main.py
cd client
npm run serve