Activate a Python virtual environment, then:
pip install copier
# this will create a new folder ioc-MyNewProject
copier copy gh:epics-containers/ioc-template --trust ioc-MyNewProject
You will be asked for a few details and the resulting project is ready to push.
Again you will need a virtual environment with copier
installed.
cd into the project you wish to update and execute the following:
copier update --trust .