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