Skip to content

Commit

Permalink
Add docs link to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
p3zo committed Jun 17, 2024
1 parent 6450994 commit 9243e26
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Chord progressions

`chord-progressions` is a provides utility functions for extracting, analyzing, and generating chord progressions.
`chord-progressions` provides utility functions for extracting, analyzing, and generating chord progressions.

It can be installed from PyPI:

```
pip install chord-progressions
```

See documentation at https://p3zo.github.io/chord-progressions/.

## Development

Expand Down

0 comments on commit 9243e26

Please sign in to comment.