Install the package from github using pip:
pip install git+https://github.com/RasmussenLab/list_your_publications.git
Then you have the command line script available.
fetch_orcid_pubs --orcid-id 0000-0001-8833-7617 --lastname Webel --output-file publications.md
Install package so that new code is picked up in a restared python interpreter:
pip install -e .
Install vom TestPyPI:
pip install -i https://test.pypi.org/simple/ list-publications