InstallationΒΆ

neurotic requires Python 3.6 or later. It also needs PyAV, which is most easily installed using conda:

conda install -c conda-forge av

PyAV must be installed manually, but all other dependencies will be installed with neurotic.

Install the latest release version of neurotic from PyPI using

pip install -U neurotic

or install the latest development version from GitHub using

pip install -U git+https://github.com/jpgill86/neurotic.git