Skip to content

Commit a579596

Browse files
authored
Update README.md
1 parent 05e224e commit a579596

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,18 @@
1515

1616
## Quick Start
1717

18-
1. Install ml_scheduler
18+
1. Install ml-scheduler
1919

2020
```bash
21-
pip install ml_scheduler
21+
pip install ml-scheduler
22+
```
23+
24+
or install from the github repository:
25+
26+
```bash
27+
git clone https://github.com/huyiwen/ml_scheduler
28+
cd ml_scheduler
29+
pip install -e .
2230
```
2331

2432
2. Create a Python script:

0 commit comments

Comments
 (0)