- Needs python >= 3.6 (uses f strings)
- Create a python virtual environment
python3 -m venv .venv
source .venv/bin/activate
- Create the two files,
requirements.txt
andgithub_create_secret.py
in this directory (being in this directory is not necessary but eases documentation) - Install required dependencies
pip install -U pip