Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 634 Bytes

readme.md

File metadata and controls

29 lines (20 loc) · 634 Bytes

Video Generation with Python

Setting up environment:

  • Pipenv is required
  • Pyenv is optional but recomended to prevent conflicts with Python versions intalled in your local environment

To set up Python version with Pyenv use:

$ pyenv install

Once pipenv is installed, from the root of this project run:

$ pipenv install

To run Jupyter Notebook use:

$ pipenv run jupyter notebook

Automatically your default web browser will pop up with all the notebooks from this presentation.