- Clone the repository using 'git clone' on the terminal.
- Create a virtual enviroment using 'python3 -m venv /path/to/new/virtual/environment' Example: python3 -m venv ./.venv.
- Activate the virtual invoroment using 'source /path/to/new/virtual/environment/bin/activate'. Example: source ./.venv/bin/activate.
- Install the required python libraries using 'pip install -r requirements.txt'.
- Now you're ready to go! Run the application using 'python3 application.py'.