transcribe/PAD

10 lines
234 B
Plaintext
Raw Normal View History

2023-11-21 15:45:42 -05:00
conda create --name TRANSCRIBE_ENV python=3.9
2023-11-23 16:18:38 -05:00
From the base conda env:
pip install jupyterlab
2023-11-21 15:45:42 -05:00
2023-11-23 16:18:38 -05:00
From TRANSCRIBE_ENV:
pip install ipykernel
python -m ipykernel install --user --name=TRANSCRIBE_ENV
pip install flask
pip install requests