.. _installation:

####################
    Installation
####################

BVWX releases are hosted on `PyPI <https://pypi.org>`_
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:

.. code-block:: console

    $ pip install bvwx

To upgrade to the latest release, run:

.. code-block:: console

    $ pip install --upgrade bvwx

See https://pip.pypa.io for ``pip`` documentation.


With uv
=======

To add ``bvwx`` as a project dependency, run:

.. code-block:: console

    $ uv add bvwx

To upgrade to the latest release, run:

.. code-block:: console

    $ uv sync --upgrade-package bvwx

See https://docs.astral.sh/uv for ``uv`` documentation.
