Skip to content

Latest commit

 

History

History
58 lines (43 loc) · 1.36 KB

install_mac.md

File metadata and controls

58 lines (43 loc) · 1.36 KB

Installing Auto-Editor for MacOS

Python 3

This project is written in python 3. Check if you have it by running this command in the Terminal.

python3 --version

If Terminal says this:

zsh: command not found: python3

instead of this something like this:

Python 3.8.3

you need to install python 3.

Homebrew

Check if you have Homebrew.

brew --version

If not, then install it by running:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"

Dependencies

To install all of the needed dependencies, run this:

brew install ffmpeg
pip3 install scipy audiotsm pillow pydub opencv-python youtube_dl

This ususally takes about 5 minutes.

Wait for all the libraries to install and once that's done, close and reopen Terminal.

Running Auto-Editor

If you have git, then you can simply run:

git clone https://github.com/WyattBlue/auto-editor.git

to download the repo or download the zip version here.

Run

python3 auto-editor.py --help

to test it and if that runs successfully, then congratulations, you have successfully installed auto-editor. See the docs for more commands and usages.