README: separate PyPI and GitHub versions.

This commit is contained in:
Roman Zeyde
2015-02-04 09:05:38 +02:00
parent ef8a75f10e
commit 537db23b34

View File

@@ -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.