Skip to content

Commit

Permalink
Add GitHub actions badge
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidPal committed Sep 3, 2023
1 parent 160a27c commit 3cb86f2
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

[![CircleCI](https://circleci.com/gh/DavidPal/bibliography/tree/master.svg?style=svg)](https://circleci.com/gh/DavidPal/bibliography/tree/master)

[![Build, lint and test](https://github.com/DavidPal/bibliography/actions/workflows/build.yaml/badge.svg)](https://github.com/DavidPal/bibliography/actions/workflows/build.yaml)

Beautifier of BibTeX files.

It has the following features:
Expand All @@ -28,13 +30,7 @@ python bibliography.py file.bib
brew install poetry
```

3) Create Python virtual environment with the correct Python version:
```shell
make install-python
make create-environment
```

4) Add the following lines to `.zshrc` or `.bash_profile` and restart the terminal:
3) Add the following lines to `.zshrc` or `.bash_profile` and restart the terminal:
```shell
# Pyenv settings
export PYENV_ROOT="$HOME/.pyenv"
Expand All @@ -43,6 +39,12 @@ python bibliography.py file.bib
eval "$(pyenv virtualenv-init -)"
```

4) Create Python virtual environment with the correct Python version:
```shell
make install-python
make create-environment
```

5) Install all dependencies
```shell
make install-dependecies
Expand Down

0 comments on commit 3cb86f2

Please sign in to comment.