10 lines
234 B
Plaintext
10 lines
234 B
Plaintext
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 |