Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
0xRy4n authored Aug 30, 2024
1 parent dc8d420 commit 1c094c8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
<img src="https://github.com/0xry4n/transcripter/actions/workflows/housekeeping.yml/badge.svg" alt="Linting and Documentation">
<a href="https://app.codacy.com/gh/0xRy4n/transcripter/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade">
<img src="https://app.codacy.com/project/badge/Grade/7233dfa7498c4801bbfc024b2675b2b0" alt="Codacy Badge">
<a href="https://pypi.org/project/transcripter">
<img src="https://github.com/0xry4n/transcripter/actions/workflows/publish.yml/badge.svg" alt="Publish on PyPI">
<a href="https://opensource.org/licenses/MIT">
<img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="License: MIT">
</a>
Expand Down Expand Up @@ -44,6 +46,13 @@ Transcripter's main purpose is to provide a simple way to add transcript-search

## Installation

You can install from PyPI:
```bash
pip install transcripter
```

#### Manual Installation

```bash
make install
```
Expand Down

0 comments on commit 1c094c8

Please sign in to comment.