This project requires:
- Python >= 3.8
pipenvfor Python virtual environment management
- Clone this repository:
git clone URL - After that, run
python -m pipenv shellto activate the Python virtual environment for this project - Then run
pipenv install --devto install all required dependencies for this project. You would need to occasionally run this command as you fetch new updates from this repository