This package requires the following:
- Python 3.7 (other versions of Python 3 should be fine but they are untested)
- Pip -- the Python package installer
- Any Python environment manager that can read a virtualenv requirements file
- Any *nix command line
- Install Python 3
- Install Pip
- Install an environment manager like virtualenv
- Navigate to this repository's directory
> cd /path/to/repo/dir
- Create a virtual environment with the Python version set to Python 3
> virtualenv -p `which python3` movies
- Install the requirements
> pip install -r requirements
- Run the
jupyter
notebook with> jupyter-notebook