Installation process:
- create local environment
# just on the first time do this
python3 -m venv .venv # sets up the venv first time
# do this every time before starting the server
source .venv/bin/activate
# OR this if you use fish as a shell
source .venv/bin/activate.fish
- Install required packages
pip install -r requirements.txt
- Run the file
python3 vesting_csv.py