Skip to content

Commit

Permalink
chore: update pip install example
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly-sovacool committed Aug 26, 2024
1 parent 4e4f7f3 commit 9a2e15f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pip install git+https://github.com/CCBR/Tools
Or specify a specific tagged version or branch:

```sh
pip install git+https://github.com/CCBR/Tools@main
pip install git+https://github.com/CCBR/Tools@v0.1.0
```

## Usage
Expand Down Expand Up @@ -68,7 +68,7 @@ import ccbr_tools.pkg_util
print(ccbr_tools.pkg_util.get_version())
```

0.1.0-dev
0.1.1-dev

## CLI Utilities

Expand Down Expand Up @@ -121,14 +121,17 @@ package and do not have any unit tests.

Please cite this software if you use it in a publication:

> Sovacool K., Koparde V., Kuhn S., Tandon M., Huse S. CCBR Tools:
> Utilities for CCBR Bioinformatics Software URL:
> https://ccbr.github.io/Tools/
> Sovacool K., Koparde V., Kuhn S., Tandon M., Huse S. (2024). CCBR
> Tools: Utilities for CCBR Bioinformatics Software (version v0.1.0).
> DOI: 10.5281/zenodo.13377166 URL: https://ccbr.github.io/Tools/
### Bibtex entry

@misc{YourReferenceHere,
author = {Sovacool, Kelly and Koparde, Vishal and Kuhn, Skyler and Tandon, Mayank and Huse, Susan},
doi = {10.5281/zenodo.13377166},
month = {8},
title = {CCBR Tools: Utilities for CCBR Bioinformatics Software},
url = {https://ccbr.github.io/Tools/}
url = {https://ccbr.github.io/Tools/},
year = {2024}
}
2 changes: 1 addition & 1 deletion README.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pip install git+https://github.com/CCBR/Tools
Or specify a specific tagged version or branch:

```sh
pip install git+https://github.com/CCBR/Tools@main
pip install git+https://github.com/CCBR/Tools@v0.1.0
```

## Usage
Expand Down

0 comments on commit 9a2e15f

Please sign in to comment.