Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 749 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 749 Bytes

build Code style: black License: Apache v2

CHB

Cahn-Hilliard-Biot Simulations

Installation

CHB is developed under Python 3.10. Clone the repository from github and enter the chb folder. Then, run the following command to install:

pip install .

To install chb as editable (recommended), along with the tools to develop and run tests, run the following in your virtual environment:

$ pip install -e .[dev]

Developing CHB

Use black, flake8 and isort formatting.