Code to update the body of Gov Team CC Request Tickets
- make sure you have Python installed
- update the
.env
file with your personal GH Token - create a virtual environment in the project root:
python3 -m venv venv
- activate the virtual environment:
- Mac:
source venv/bin/activate
- Windows:
.\venv\Scripts\activate
- Mac:
- you will see
(venv)
in your terminal. Then install packages:pip install -r requirements.txt
- from root directory,
python3 main.py