From 5efc720e29d5f5fb7b003d090a295f9f47da81c0 Mon Sep 17 00:00:00 2001 From: jad2121 Date: Sun, 3 Mar 2024 09:17:15 -0500 Subject: [PATCH] updated readme --- helpers/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/helpers/README.md b/helpers/README.md index a817563..c622069 100644 --- a/helpers/README.md +++ b/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