update PAD with new required packages

This commit is contained in:
Pierre-Edouard Portier 2023-11-23 22:18:38 +01:00
parent a47439e170
commit c8c11f2f5f
1 changed files with 7 additions and 0 deletions

7
PAD
View File

@ -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