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