Skip to content

Commit

Permalink
Update installation for python module.
Browse files Browse the repository at this point in the history
  • Loading branch information
sobomax committed Apr 22, 2024
1 parent b35364e commit d80cae0
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,19 @@ cmake -B libg722/build -S libg722
make -C ibg722/build clean all test install
```

## Install Python module from PyPy:

```
pip install G722
```

## Build and Install Python module from source code:

```
git clone https://github.com/sippy/libg722.git
pip install libg722/
```

## License

This code is mostly Public Domain. Library test code is under BSD 2-clause
Expand Down

0 comments on commit d80cae0

Please sign in to comment.