
Installing
----------

From PyPI:

    python -m pip install BGWpy

From a clone of the repository:

    python -m pip install .

For development, with uv:

    uv sync

Note that the binary executables of BerkeleyGW must be found
in your PATH environment variable.

Configuring
-----------

However you install it, you should then run

    python -m BGWpy

to generate a runtime configuration file `~/.BGWpyrc`
which you can then modify. Most options in this file represent
default values, and can be overridden when using the module.
