Create a conda environment on PSC ACCESS:
module load anaconda3/2022.10
conda create -n ecpac python=3.11
conda activate ecpac
pip install git+https://github.com/childmindresearch/ecpac.git
module load anaconda3/2022.10
conda activate ecpac
ecpac # or: 'ecpac --help' for non-interactive use
module load anaconda3/2022.10
conda activate ecpac
pip uninstall -y ecpac && sleep 2 && pip install git+https://github.com/childmindresearch/ecpac.git
To enable Slack notifications, create a Slack app and create a webhook URL. Then, set the following environment variable:
SLACK_WEBHOOK_URL=...