Installation#
BVWX releases are hosted on PyPI at https://pypi.org/project/bvwx.
This chapter explains how to install BVWX using various methods.
With pip#
To install the latest release of bvwx, run:
$ pip install bvwx
To upgrade to the latest release, run:
$ pip install --upgrade bvwx
See https://pip.pypa.io for pip documentation.
With uv#
To add bvwx as a project dependency, run:
$ uv add bvwx
To upgrade to the latest release, run:
$ uv sync --upgrade-package bvwx
See https://docs.astral.sh/uv for uv documentation.