Installation Guide

This section will guide you through the installation process of OpsParser.

System Requirements

  • Python 3.9 or higher(Recommend 3.12 for latest OpenSeesPy version)

  • OpenSeesPy 3.2.0 or higher

Installation Methods

Using pip

The simplest way to install is using pip:

pip install opsparser

From Source Code

You can also clone the repository from GitHub and install:

git clone https://github.com/SeismoExt/OpsParser.git
cd opsparser
pip install -e .