Practice problems and numerical solvers for structural dynamics and OpenSees learning.
Follow these steps to set up the project on your local machine.
git clone https://github.com/m4oughi/OpenSees-journey.git
cd OpenSees-journeypython -m venv venv- Windows (PowerShell):
venv\Scripts\activate- Windows (cmd):
venv\Scripts\activate.bat- Linux/Mac:
source venv/bin/activatepip install -r requirements.txt