Installation =========== To install Podcast LLM, follow these steps: 1. Install using pip: .. code-block:: bash pip install podcast-llm To install for development, follow these steps: 1. Clone the repository: .. code-block:: bash git clone https://github.com/yourusername/podcast-llm.git cd podcast-llm 2. Install Poetry (if not already installed): .. code-block:: bash curl -sSL https://install.python-poetry.org | python3 - 3. Install dependencies: .. code-block:: bash poetry install For development dependencies: .. code-block:: bash poetry install --with dev