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:
๐งช Verify Installation
After installation, verify the Alnoms CLI is active by checking the 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