Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
RibosomeK committed Oct 17, 2024
1 parent d260de9 commit 7a710b7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ This is a python library that can read and write a **subset** of [TextGrid file

## Basic Usage

Get started with installing the package.

```bash
pip install tonkinese_grid
```

Then you can use it like the following.

```python
from tonkinese_grid import TextGrid

Expand Down

0 comments on commit 7a710b7

Please sign in to comment.