Installation

Requirements

bsym requires Python 3.10 or later.

Standard Installation

Install from PyPI:

pip install bsym

Installation from Source

Clone the repository and install:

git clone https://github.com/bjmorgan/bsym.git
cd bsym
pip install .

Development Installation

For development work (running tests, building documentation):

git clone https://github.com/bjmorgan/bsym.git
cd bsym
pip install -e ".[dev]"

Verifying Installation

import bsym
print(bsym.__version__)