mirror of
https://github.com/motioneye-project/motioneye.git
synced 2026-03-02 22:57:06 -05:00
Direct installation on ubantu 22.04(jammy) #2578
Labels
No labels
Android app
Arch Linux
CI/CD
CSS
FreeBSD
HTML/HTTP
Home Assistant addon
JavaScript
Python
Raspberry Pi
Stale No Activity 60 Days
bug
code format
dependencies
dev branch
docker
documentation
duplicate
enhancement
feature
help wanted
i18n/l10n
invalid
legacy motionEye
meta
motion
motionEyeOS
notourproblem
python update
question
question
security
troubleshooting
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/motioneye#2578
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Omumarvaishya on GitHub (Oct 7, 2024).
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??
@robvdl commented on GitHub (Oct 18, 2024):
If you clone it with git and change into the directory, then "pip install ." will do that.
@robvdl commented on GitHub (Oct 18, 2024):
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 .@MichaIng commented on GitHub (Oct 18, 2024):
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.