From 75b990473aea69bb9e3847c3deb8ffd4a76f3d06 Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Thu, 13 Nov 2014 11:41:52 +0200 Subject: [PATCH] update README.md with installation from GitHub --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8ed85b4..b777c85 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ A simple CRC-32 checksum is used for data integrity verification on each 1KB dat Make sure that `numpy` and `bitarray` Python packages are installed. - $ sudo pip install numpy bitarray + $ pip install numpy bitarray Clone and setup relevant path variables: @@ -46,13 +46,18 @@ Clone and setup relevant path variables: ## via pip (for users) -Run the following command (will also download and install `numpy` and `bitarray` packages): +Run the following command to install latest release from PyPI +(will also download and install `numpy` and `bitarray` packages): - $ sudo pip install amodem + $ pip install amodem + +or, for latest development version: + + $ pip install https://github.com/romanz/amodem/archive/master.zip For graphs and visualization (optional), install: - $ sudo pip install matplotlib + $ pip install matplotlib ## validation