Skip to content

Commit

Permalink
Removed --pre and updated recommended pip install on README
Browse files Browse the repository at this point in the history
  • Loading branch information
bmunday3 committed Nov 15, 2023
1 parent 2511478 commit ceca396
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,9 @@ Chassis picks up right where your training code leaves off and builds containers
# Installation
Install Chassis on your machine or in a virtual environment via [PyPi](https://pypi.org/project/chassisml/):

### Beta - v1.5 (Recommended)
### Stable - v1.5.*
```bash
pip install --pre chassisml[quickstart]
```

### Stable - v1.4.*
```bash
pip install chassisml
pip install "chassisml[quickstart]"
```

# Try it out
Expand Down

0 comments on commit ceca396

Please sign in to comment.