Installing Dependencies
Python Version & Virtual Environment
This project is being developed on Python 3.10.5.
You can learn how to create a virtual environment with the correct python version here.
Dependency Installation
All of the dependencies for this project are listed in the requirements.txt
file.
To install all of the required dependencies you can run the following command in a UNIX terminal: