Installation

To install Podcast LLM, follow these steps:

  1. Install using pip:

    pip install podcast-llm
    

To install for development, follow these steps:

  1. Clone the repository:

    git clone https://github.com/yourusername/podcast-llm.git
    cd podcast-llm
    
  2. Install Poetry (if not already installed):

    curl -sSL https://install.python-poetry.org | python3 -
    
  3. Install dependencies:

    poetry install
    

For development dependencies:

poetry install --with dev