Commure assignment - SWE Round 1
Pre-requisites
- Python 3.8 or later versions
Running the project
-
Create a virtualenv
python -m venv venv
-
Activate the recently created virtualenv
source venv/bin/activate -
Download project dependencies
pip install -r requirements.txt
-
Run the project
python main.py
Reference
This project can also be found on GitHub