Thanks to visit codestin.com
Credit goes to github.com

Skip to content

m4oughi/OpenSees-journey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OpenSees-journey

Practice problems and numerical solvers for structural dynamics and OpenSees learning.

Getting Started

Follow these steps to set up the project on your local machine.

1. Clone the repository

git clone https://github.com/m4oughi/OpenSees-journey.git
cd OpenSees-journey

2. Create a virtual environment

python -m venv venv

3. Activate the virtual environment

  • Windows (PowerShell):
venv\Scripts\activate
  • Windows (cmd):
venv\Scripts\activate.bat
  • Linux/Mac:
source venv/bin/activate

4. Install dependencies

pip install -r requirements.txt

About

Practice problems and numerical solvers for structural dynamics and OpenSees learning.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published