transcribe/PAD

10 lines
234 B
Plaintext
Raw Permalink Normal View History

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