Skip to content

Commit

Permalink
Adjust header formatting in README
Browse files Browse the repository at this point in the history
  • Loading branch information
berland committed Jul 2, 2024
1 parent 02f5e1e commit 979de91
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ exposing end points which is considered the API of semeio. If there are submodul
more generally, or have use outside these forward models and workflows, please create an issue and it can be exposed in
the API.

# Installation and usage
# Installation

Semeio is available on [pypi](https://pypi.org/project/semeio/) and can be installed using `pip install semeio`.

Expand All @@ -19,15 +19,15 @@ Semeio is available on [pypi](https://pypi.org/project/semeio/) and can be insta
pip install semeio
```

## Usage
# Usage

Once installed semeio will automatically register its workflows and forward models with
[ERT](https://github.com/equinor/ert). Through the plugin hooks it will also add its own documentation to the [ERT](https://github.com/equinor/ert)
documentation. See the [ERT](https://github.com/equinor/ert) documentation for examples on
how to run workflows and forward models, and build the [ERT](https://github.com/equinor/ert) documentation to get
documentation for the workflows and forward models.

## Run tests
# Run tests
To run the full test suite, do:

```sh
Expand Down

0 comments on commit 979de91

Please sign in to comment.