Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 254 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 254 Bytes

pyMOR Intro

Binder

Installation

Tested using Python 3.10.

python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt