Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Readme.md

Local environment set up


Install Python 3

Linux and OSX

Using version manager asdf-vm:

Install Python Plugin:
$ asdf plugin-add python https://github.com/danhper/asdf-python.git
Install Python:

Python version is specified in .tools-versions file.

$ asdf install

Note: This can be installed using package managers as well, the instruction may vary according to your package manager:

  • In Ubuntu:
sudo apt-get install python3
  • In OSx:
brew install python3

Windows

Using package manager Chocolatey

C:\> choco install python3

Install dependencies

From root project directory run:

$ pipenv install

Enable your virtual environment

From root project folder, enable virtual env typing

pipenv shell

To generate the video

With pipenv virtualenv enabled and from the root project folder run

python python_video.py

Note: It's possible to execute the script directly with pipenv using:

pipenv run python python_video.py

Disable Virtual Environment

To Disable it type exit