Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,21 +131,28 @@ To deactivate later: `deactivate`

### 3. Install Dependencies

Select the requirements file matching your OS and Python version:
Select the requirements file matching your OS and Python version (3.11, 3.12, and 3.13 are supported):

**Windows:**
```bash
pip install -r requirements-py311-win64.txt # Python 3.11
pip install -r requirements-py312-win64.txt # Python 3.12
pip install -r requirements-py313-win64.txt # Python 3.13
```

**Linux:**
```bash
pip install -r requirements-py311-linux.txt # Python 3.11
pip install -r requirements-py312-linux.txt # Python 3.12
pip install -r requirements-py313-linux.txt # Python 3.13
```

**macOS:** OpenSeesPy does not currently support macOS on Apple Silicon (M1/M2/M3). Running a Linux virtual machine is advised.
**macOS (Apple Silicon):**
```bash
pip install -r requirements-py311-macos_arm64.txt # Python 3.11
pip install -r requirements-py312-macos_arm64.txt # Python 3.12
pip install -r requirements-py313-macos_arm64.txt # Python 3.13
```

To check your Python version: `python --version`

Expand Down
Binary file added openquake/vmtk/tests/test_data/temp.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading