Table of Contents
To - do
To get a local copy up and running, follow these steps.
First, create a virtual environment and activate it with the following command.
pyenv virtualenv video-auto-edit
pyenv local video-auto-editAnd check if you have an updated pip version.
Follow this steps to
- Clone this repo
git clone [email protected]:edugrimoldi/auto-edit.git
- Install requirements.txt
pip install requirements.txt
Updated soon...