From 5a7d96754efb5c84bc8386ac446361a724929ae7 Mon Sep 17 00:00:00 2001 From: nerdCopter <56646290+nerdCopter@users.noreply.github.com> Date: Tue, 5 Mar 2024 09:14:30 -0600 Subject: [PATCH] update readme --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index a2c019c..291e792 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,7 @@ Clone & Python porting of https://github.com/bw1129/PIDtoolbox created by Br ### Setup environment ``` -sudo apt install git python3 pip3 jupyter-core -pip install nbconvert -pip install ipykernel +sudo apt install git python3 jupyter-core python3-nbconvert python3-ipykernel git clone https://github.com/pitronicteam/pyPIDtoolbox.git cd pyPIDtoolbox