Skip to content

RasmussenLab/list_your_publications

Repository files navigation

Example Python package

How to use

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

Development environment

Install package so that new code is picked up in a restared python interpreter:

pip install -e .

TestPyPI

Install vom TestPyPI:

pip install -i https://test.pypi.org/simple/ list-publications