2. Installation

2.1. pip install

The most convenient way to install SURF is to use pip.

pip3 install pySURF

2.2. Other ways to install

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