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