Skip to content

Commit eafc617

Browse files
doc: add python installation instructions
Signed-off-by: thiswillbeyourgithub <[email protected]>
1 parent d44ec10 commit eafc617

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,13 @@ subsai media.txt --model openai/whisper --format srt
172172
173173
### From Python
174174
175+
To install:
176+
1. `git clone https://github.com/absadiki/subsai`
177+
2. `cd subsai`
178+
3. `uv pip install -e .`
179+
180+
*Note: For minimal installs or if having issues installing dependencies, you can comment the dependencies for backends you won't use in the file `requirements.txt`.*
181+
175182
```python
176183
from subsai import SubsAI
177184

0 commit comments

Comments
 (0)