From aa33795f6ad2b0062813b46b9a3fc30d68ab4524 Mon Sep 17 00:00:00 2001 From: jad2121 Date: Sun, 3 Mar 2024 09:19:01 -0500 Subject: [PATCH] updated readme --- helpers/README.md | 6 +----- helpers/requirements.txt | 4 ++++ 2 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 helpers/requirements.txt diff --git a/helpers/README.md b/helpers/README.md index c622069..9bb43ce 100644 --- a/helpers/README.md +++ b/helpers/README.md @@ -14,11 +14,7 @@ These are helper tools to work with Fabric. Examples include things like getting ```bash -python3 -m venv .venv -source .venv/bin/activate -pip install openai -pip install python-dotenv -pip install pydub +pip install -r requirements.txt mac: brew install ffmpeg diff --git a/helpers/requirements.txt b/helpers/requirements.txt new file mode 100644 index 0000000..ec62191 --- /dev/null +++ b/helpers/requirements.txt @@ -0,0 +1,4 @@ +isodate +python-dotenv +google-api-python-client +youtube_transcript_api \ No newline at end of file