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