InstallationΒΆ

structuralcodes is compatible with Python 3.9, 3.10, 3.11, 3.12, and 3.13, and is installed by typing:

python -m pip install structuralcodes
py -m pip install structuralcodes

If you already have structuralcodes installed, you can upgrade it by typing:

python -m pip install --upgrade structuralcodes
py -m pip install --upgrade structuralcodes