motioneye icon indicating copy to clipboard operation
motioneye copied to clipboard

Direct installation on ubantu 22.04(jammy)

Open Omumarvaishya opened this issue 1 year ago • 3 comments

Hello guys i wanted some sort of customization on motioneye. for that i needed to change some features and add new features how can i install it locally and run code to make changes according to my need?? do we have and documentation for this??

Omumarvaishya avatar Oct 07 '24 06:10 Omumarvaishya

If you clone it with git and change into the directory, then "pip install ." will do that.

robvdl avatar Oct 19 '24 02:10 robvdl

Sorry I can't for the life of me recommend "sudo pip install" but the installation recommends that, I already raised that as #3066

So until they fix that and rewrite the installation instructions to use a virtualenv, you would use sudo pip install .

robvdl avatar Oct 19 '24 02:10 robvdl

Since it is all Python scripts, you could also modify them after regular install. Of course an update would overwrite it, but that is the same with installing from a local clone, unless you raise the version string.

MichaIng avatar Oct 19 '24 02:10 MichaIng