From 537db23b34f17ab9173463e9411561742eccbf30 Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Wed, 4 Feb 2015 09:05:38 +0200 Subject: [PATCH] README: separate PyPI and GitHub versions. --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1e0cb50..b233f1d 100644 --- a/README.md +++ b/README.md @@ -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.