Getting Started¶
Meggie can be installed on Windows, macOS, or Linux (Python 3.10+). Follow one of the three methods below.
1. Installing via uv¶
Installation¶
Meggie can be installed via uv with:
$ uv tool install meggie==1.9.4
Running Meggie¶
Simply run:
meggie
2. Installing via pip¶
Installation¶
Create a virtual environment and install Meggie:
python -m venv meggie-env
source meggie-env/bin/activate
pip install meggie==1.9.4
Running Meggie¶
With the venv activated, run:
meggie
3. Installing via conda¶
Installation¶
If conda is not already installed on your system, follow these steps:
-
Visit the Miniconda download page: https://docs.conda.io/projects/conda
-
Download the appropriate installer for your operating system:
- Windows: Miniconda3-latest-Windows-x86_64.exe
- Linux: Miniconda3-latest-Linux-x86_64.sh
- macOS: Miniconda3-latest-MacOSX-x86_64.pkg
-
Run the downloaded installer and follow the on-screen instructions to complete the installation.
Installing Meggie¶
Create a new conda environment and install Meggie:
conda create -n meggie-env -c conda-forge --solver libmamba meggie==1.9.4
conda activate meggie-env
Running Meggie¶
With the conda environment activated, run:
meggie