From 56662909c7df55dd81a5db50a1e4db35059160ab Mon Sep 17 00:00:00 2001 From: Ashutosh Sharma Date: Wed, 10 Mar 2021 08:15:45 +0530 Subject: [PATCH] Update README.md edited installation code --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6ca21e5..97f8fbe 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ The methods provided by the client module are coroutines. That makes it possible ```bash git clone https://github.com/sonusz/PhasorToolBox.git cd PhasorToolBox/ +pip3 install -r requirments.txt python3 setup.py install --user --prefix= python3 parse_stream.py stream.bin ```