Skip to content

Commit

Permalink
📝 Fix installation documentation (#419)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlutze authored Nov 15, 2023
1 parent 6f5a904 commit ed59eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Welcome to python-bibtexparser, a parser for `.bib` files with a long history an
Bibtexparser is available in two versions: V1 and V2. For new projects, we recommend using v2 which, in the long run, will provide an overall more robust and faster experience. **For now, however, note that v2 is an early beta, and does not contain all features of v1**. Install v2 using pip:

```bash
pip install python-bibtexparser --pre
pip install bibtexparser --pre
```

Or you can install the latest development version directly from the main branch:
Expand Down

0 comments on commit ed59eb3

Please sign in to comment.