User Manual
Technical Manual
Developer Manual
The most convenient way to install SURF is to use pip.
pip3 install pySURF
Another way to install SURF is to use python to install it from the source code.
git clone https://github.com/NHERI-SimCenter/SURF.git cd SURF python3 setup.py install