Mea Melone Install š
| Step | What you do | |------|--------------| | | Pick a directory where all analysis projects will live (default: ~/MEAMeloneProjects ). | | 2ļøā£ Data source | Connect to one of the supported backāends: local folder, S3 bucket, Google Cloud Storage, or a live MQTT stream from field sensors. | | 3ļøā£ GPU enable | If a supported GPU is detected, click Enable GPU ā the wizard will write CUDA_PATH and install torchācuda (or rocmātorch ). | | 4ļøā£ Plugins | Browse the builtāin plugin marketplace (e.g., NDVIāExtractor , SpectralāUnmix , MLāAnomaly ). Click Install ; the wizard resolves Python dependencies in the virtual env. | | 5ļøā£ License | Enter your commercial license key (if you have one). A freeātier key is autoāgenerated for evaluation (valid 30 days). | Configuration file ā All settings are saved to $HOME/.config/meamelone/config.yaml . You can edit it manually for advanced tweaks (e.g., custom Python interpreter path). 5ļøā£ Verifying the Installation Run the selfātest from the command line:
# Show GPU details (if enabled) mea-melone --gpu-info mea melone install
# Show environment the app sees mea-melone --env-dump | Step | What you do | |------|--------------|
# List installed plugins mea-melone --list-plugins Updating The installer supports ināplace upgrades . Download the newer release archive and run the platformāspecific installer with the --upgrade flag. | | 4ļøā£ Plugins | Browse the builtāin
open -a "MEA Melone" # or from terminal mea-melone Tested on Ubuntu 22.04 LTS, Fedora 38, Arch 2024. The steps are identical for most debā, rpmā, or pacmanābased distros. # 1ļøā£ Extract tar -xzf MEAMelone-1.4.2-linux-x86_64.tar.gz -C $HOME/.local
| Action | Details | |--------|---------| | | Installs via python3 -m venv .venv and then pip install -r requirements.txt . | | Node | Uses nvm to pull Node 20 (if not already present). | | System packages | Detects distro and runs apt-get install , dnf install , or pacman -S for libc6 , libgtk-3 , glibc , ffmpeg , libcudnn8 (optional). | | PATH | Adds $HOME/.local/MEAMelone-1.4.2/bin to ~/.bashrc (or ~/.zshrc ). | | Desktop entry | Creates ~/.local/share/applications/meamelone.desktop . |