From 0534b6891ad3502187c7b302ffef7a9097250e91 Mon Sep 17 00:00:00 2001 From: ellipticcurv3 <34192132+ellipticcurv3@users.noreply.github.com> Date: Wed, 23 May 2018 12:37:21 +0200 Subject: [PATCH] More packages needed to install --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 456b7e9..b154178 100644 --- a/README.rst +++ b/README.rst @@ -64,9 +64,9 @@ on each 250 byte data frame. Installation ------------ -Make sure that ``numpy`` and ``PortAudio v19`` packages are installed (on Debian):: +Make sure that all the required packages are installed (on Debian):: - $ sudo apt-get install python-numpy portaudio19-dev + $ sudo apt-get install python-numpy python-pip portaudio19-dev git Get the latest released version from PyPI::