Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
klb2 committed Feb 15, 2024
1 parent 73b277b commit c6ccdf6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# BibTeX Tools

[![PyPI version](https://badge.fury.io/py/bibtextools.svg)](https://badge.fury.io/py/bibtextools)
[![PyPI - Version](https://img.shields.io/pypi/v/bibtextools)](https://pypi.org/project/bibtextools/)
[![Pytest](https://github.com/klb2/bibtex-tools/actions/workflows/pytest.yml/badge.svg)](https://github.com/klb2/bibtex-tools/actions/workflows/pytest.yml)
![GitHub License](https://img.shields.io/github/license/klb2/bibtex-tools)

This repository contains a collection of functions that might be helpful when
working with BibTeX files (`*.bib`).
Expand Down Expand Up @@ -75,7 +76,7 @@ pip3 install bibtextools
You can also install the (possibly unstable) development version from the Git
repository using
```bash
git clone https://gitlab.com/klb2/bibtex-tools
git clone https://github.com/klb2/bibtex-tools
cd bibtex-tools
git checkout dev # if you want to checkout the development version
pip3 install . # you can use the -e option to track changes
Expand Down

0 comments on commit c6ccdf6

Please sign in to comment.