Skip to content

Install

WolfXL 2.1 private package

WolfXL 2.1.0 is distributed through the authenticated WolfXL package index. Configure the per-purchase credential from your purchase email by following the Secure Install guide.

Install or upgrade from the configured private index:

python -m pip install --upgrade wolfxl --index-url https://packages.wolfxl.com/simple/

Do not use --extra-index-url. The private index contains WolfXL and its required dependencies.

Verify the installed version

python -c "import wolfxl; print(wolfxl.__version__)"

The command should print 2.1.0.

Local Development (from this repo)

uv sync
uv run python -c "import wolfxl; print('wolfxl import ok')"

If you are working on the Rust extension itself, build the local extension in editable mode in the Rust subproject environment.

Troubleshooting