

Or manually install the libraries via: pip install -U streamlit pip install pytube You can either do this via (choose and do only 1 of the following): pip install requirements.txt Next, install prerequisite libraries which is essentially the streamlit and pytube libraries. streamlit/ │ ├─ secrets.toml ├─ api.txt ├─ app.py ├─ requirements.txt ├─ transcriber.py ├─ README.md This reveals the following folder contents: transcriber-app/ ├─. We’re now going to download all the necessary files for running the transcriber app from the GitHub repo transcriber-app via the following commands: git clone When you’re done, you can exit from the conda environment by typing the following: conda deactivate Download the GitHub repo Now that the environment has been created, when ever you open up the Terminal you can type the following to activate the conda environment: conda activate transcriber
