InstallationΒΆ

structuralcodes is compatible with Python 3.8, 3.9, 3.10, 3.11 and 3.12, 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