Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 323 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 323 Bytes

pyMOR Intro

Binder

Installation

Tested using Python 3.8.

python -m venv .venv
source .venv/bin/activate
pip install -U pip setuptools wheel
pip install -r requirements.txt
pip install -r requirements-local.txt