Skip to content

Commit

Permalink
Update README.md with installation and usage instructions for Midori
Browse files Browse the repository at this point in the history
  • Loading branch information
cyanxiao committed May 2, 2024
1 parent fc5ff8d commit 80a798e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,13 @@ Midori is an orchestrator that allows researchers to run software engineering ex

## 🚀 Getting Started

Install Midori by running `pip install midori`. Initialize the orchestrator with the following parameters and run:
### Installation

`pip install midori`

### Usage

Initialize the orchestrator with the following parameters and run:

```python
from midori.core import Orchestrator
Expand Down

0 comments on commit 80a798e

Please sign in to comment.