Skip to content

Commit

Permalink
Update README and bump version to 0.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Moody committed Aug 9, 2024
1 parent 2e94de6 commit 5e7f06e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,14 @@ Xiph.Org.
Installation
------------

Install this package by running:
Install this package from PyPI by running:
```
pip install .
pip install plibflac
```

You will need to have a C compiler and the Python headers installed,
as well as libFLAC and its headers.
If you want to build the package from source (e.g., from the git
repository), you will need to have a C compiler and the Python headers
installed.


Project goals
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "plibflac"
version = "0.0.1"
version = "0.0.2"
description = "Read and write FLAC audio files"
readme = "README.md"
authors = [
Expand Down

0 comments on commit 5e7f06e

Please sign in to comment.