mirror of
https://github.com/romanz/amodem.git
synced 2026-02-24 16:18:12 +08:00
README: separate PyPI and GitHub versions.
This commit is contained in:
@@ -41,10 +41,15 @@ Make sure that `numpy` and `PortAudio v19` packages are installed (on Debian):
|
||||
|
||||
$ sudo apt-get install python-numpy portaudio19-dev
|
||||
|
||||
Clone and install latest version:
|
||||
Get the latest released version from PyPI:
|
||||
|
||||
$ pip install --user amodem
|
||||
|
||||
Or, try the latest (unstable) development version from GitHub:
|
||||
|
||||
$ git clone https://github.com/romanz/amodem.git
|
||||
$ pip install --user -e amodem
|
||||
$ cd amodem
|
||||
$ pip install --user -e .
|
||||
|
||||
For graphs and visualization (optional), install `matplotlib` Python package.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user