abhirooptalasila / AutoSub

A CLI script to generate subtitle files (SRT/VTT/TXT) for any video using either DeepSpeech or Coqui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

i cant pass this stip " $ source sub/bin/activate "

maloadjav opened this issue · comments

the error say that " source " is unknow command .

people said that because it s unix command and i use window 10

so how to solve this problem ?

thank you so much

it on the installation s section

Installation

Clone the repo. All further steps should be performed while in the AutoSub/ directory

$ git clone https://github.com/abhirooptalasila/AutoSub
$ cd AutoSub

Create a pip virtual environment to install the required packages

$ python3 -m venv sub
$ source sub/bin/activate                    <=================================
$ pip3 install -r requirements.txt

Hi
A simple read-through of the docs would have solved this for you.

Platform Shell Command to activate virtual environment
POSIX bash/zsh $ source /bin/activate
  fish $ source /bin/activate.fish
  csh/tcsh $ source /bin/activate.csh
  PowerShell Core $ /bin/Activate.ps1
Windows cmd.exe C:> \Scripts\activate.bat
  PowerShell PS C:> \Scripts\Activate.ps1