From c8c11f2f5f70e85dc8453c481fdf775b8aaa116a Mon Sep 17 00:00:00 2001 From: Pierre-Edouard Portier Date: Thu, 23 Nov 2023 22:18:38 +0100 Subject: [PATCH] update PAD with new required packages --- PAD | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/PAD b/PAD index 90beba7..86c8fe2 100644 --- a/PAD +++ b/PAD @@ -1,3 +1,10 @@ conda create --name TRANSCRIBE_ENV python=3.9 +From the base conda env: +pip install jupyterlab +From TRANSCRIBE_ENV: +pip install ipykernel +python -m ipykernel install --user --name=TRANSCRIBE_ENV +pip install flask +pip install requests \ No newline at end of file