Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
huyiwen authored Jun 27, 2024
1 parent 05e224e commit a579596
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,18 @@

## Quick Start

1. Install ml_scheduler
1. Install ml-scheduler

```bash
pip install ml_scheduler
pip install ml-scheduler
```

or install from the github repository:

```bash
git clone https://github.com/huyiwen/ml_scheduler
cd ml_scheduler
pip install -e .
```

2. Create a Python script:
Expand Down

0 comments on commit a579596

Please sign in to comment.