How can I contribute to this awesome initiative?
git clone https://github.com/mithildani/se22.git
cd se22
# On Windows, the commands may be slightly different. For more details, see
# https://docs.python.org/3/library/venv.html#creating-virtual-environments
python3 -m venv venv
source venv/bin/activate
$ python3 install -r requirements.txt