InstallationΒΆ

structuralcodes is compatible with PyPI - Python Version 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

Tip

If you are on Windows, we recommend using Python install manager for installing and managing Python runtimes. Install the Python install manager with winget by typing winget install python.pythoninstallmanager.