Browse Source

updated readme

pull/153/head
jad2121 12 months ago
parent
commit
5efc720e29
  1. 7
      helpers/README.md

7
helpers/README.md

@ -13,6 +13,13 @@ These are helper tools to work with Fabric. Examples include things like getting
### installation
```bash
python3 -m venv .venv
source .venv/bin/activate
pip install openai
pip install python-dotenv
pip install pydub
mac:
brew install ffmpeg

Loading…
Cancel
Save