- Install Python 3.10.
 - Install poetry.
 - Only the first time, install dependencies:
 
cd dblp-fetcher
poetry install- Follow the instructions in Step 1 of the Google Sheets Python Quickstart guide to get a 
credentials.jsonfile. Save the file asdblp-fetcher/secret/credentials.jsonrelative to the root of the repository. Make sure you never add this file to the repository. 
- Run the following command from the root directory of the repository to fetch new publications:
 
cd dblp-fetcher
poetry run dblp-fetcher- Check the console output manually to ensure that all new entries are correct.
 - Copy the BibTex output from the console into your tool of choice such as teachPress for WordPress.