Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setting Up a Virtual Environment

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:

  1. Install virtualenv (if not already installed):

    pip install virtualenv
  2. Create a virtual environment:

    virtualenv venv
  3. Activate the virtual environment:

    • On Windows:
      .\venv\Scripts\activate
    • On macOS and Linux:
      source venv/bin/activate
  4. Install the required packages:

    pip install -r requirements.txt
  5. 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

About

Trans-Episode-Script is a python app that renames media files based on the closest matching transcript

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages