To ensure that all dependencies are managed properly, it is recommended to create a virtual environment for this project. Follow the steps below to set up a virtual environment:
-
Install
virtualenv(if not already installed):pip install virtualenv
-
Create a virtual environment:
virtualenv venv
-
Activate the virtual environment:
- On Windows:
.\venv\Scripts\activate
- On macOS and Linux:
source venv/bin/activate
- On Windows:
-
Install the required packages:
pip install -r requirements.txt
-
Deactivate the virtual environment (when done):
deactivate
By following these steps, you will have a virtual environment set up with all the necessary dependencies installed.# trans-epi-script Trans-Episode-Script is a python app that renames media files based on the closest matching transcript