Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 1016 Bytes

File metadata and controls

36 lines (29 loc) · 1016 Bytes

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