Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 940 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 940 Bytes

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