Browse Source

updated readme

pull/153/head
jad2121 9 months ago
parent
commit
aa33795f6a
  1. 6
      helpers/README.md
  2. 4
      helpers/requirements.txt

6
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

4
helpers/requirements.txt

@ -0,0 +1,4 @@
isodate
python-dotenv
google-api-python-client
youtube_transcript_api
Loading…
Cancel
Save