Skip to content

Commit

Permalink
docs: add instructions for installation via uv (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
KarelZe authored Feb 24, 2024
1 parent 4a97281 commit 6a43ee6
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,15 @@ The key features are:
* **Feature complete**: Wide range of supported algorithms. Use the algorithms individually or stack them like LEGO blocks.

## Installation

**pip**
```console
pip install tclf
```

**[uv⚡](https://github.com/astral-sh/uv)**
```console
python -m pip install tclf
uv pip install tclf
```

## Supported Algorithms
Expand Down
9 changes: 8 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,15 @@ The key features are:
* **Feature complete**: Wide range of supported algorithms. Use the algorithms individually or stack them like LEGO blocks.

## Installation

**pip**
```console
pip install tclf
```

**[uv⚡](https://github.com/astral-sh/uv)**
```console
python -m pip install tclf
uv pip install tclf
```

## Supported Algorithms
Expand Down
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,8 @@ name = "cz_conventional_commits"
version = "0.3.0"
tag_format = "$version"
version_files = [
"CITATION.cff:version = {",
"docs/index.md:version",
"pyproject.toml:version",
"README.md:version = {",
"version",
]
bump_message = "bump: version $current_version → $new_version"
Expand Down

0 comments on commit 6a43ee6

Please sign in to comment.