Skip to content

PYPI Package Installation

Alnoms is distributed via PyPI and is designed to run in any standard Python environment (3.10+).

๐Ÿš€ Standard Installation

Install the core framework and CLI via pip:

pip install alnoms

๐Ÿงช Verify Installation

After installation, verify the Alnoms CLI is active by checking the version:

alnoms --version

๐Ÿ› ๏ธ Environment Requirements

To ensure deterministic profiling results, we recommend:

  • Python 3.10 or higher.
  • Isolated Virtual Environments (venv or conda) to prevent dependency drift.

๐Ÿ› ๏ธ VS Code Extension

For real-time algorithmic diagnostics while you code, install the official Alnoms VS Code Extension.

Option 1: From the Browser Navigate to the Visual Studio Marketplace and click Install.

Option 2: From the IDE 1. Open VS Code. 2. Go to the Extensions view (Ctrl+Shift+X or Cmd+Shift+X). 3. Search for arprax.alnoms. 4. Click Install.

Option 3: Command Line

code --install-extension arprax.alnoms