First create a conda environment:
conda create -n pgfa -c bioconda -c conda-forge --file requirements.txt --yes
and activate it.
conda activate pgfa
Now install the pgfa library from github.
pip install 'git+ssh://[email protected]/aroth85/[email protected]'