Follow these steps to set up the project:
-
Install Poetry:
pip install poetry
-
If you don't want to create virtual environments, configure Poetry:
poetry config virtualenvs.create false
-
Install the project dependencies:
poetry install
-
Run the application:
poetry run python main.py
That's it! You should now have the YT Summarizer project set up and ready to use.
- Run the test:
PYTHONPATH=./ pytest