mirror of
https://github.com/danielmiessler/fabric
synced 2024-11-08 07:11:06 +00:00
updated readme
This commit is contained in:
parent
5efc720e29
commit
aa33795f6a
@ -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
Normal file
4
helpers/requirements.txt
Normal file
@ -0,0 +1,4 @@
|
||||
isodate
|
||||
python-dotenv
|
||||
google-api-python-client
|
||||
youtube_transcript_api
|
Loading…
Reference in New Issue
Block a user