Skip to content

Commit

Permalink
Remove nightly recommendation
Browse files Browse the repository at this point in the history
  • Loading branch information
romilbhardwaj committed Jul 18, 2024
1 parent 8815b4b commit f877440
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 @@ -72,11 +72,11 @@ SkyPilot supports your existing GPU, TPU, and CPU workloads, with no code change

Install with pip:
```bash
pip install -U "skypilot[aws,gcp,azure,kubernetes,oci,lambda,runpod,fluidstack,paperspace,cudo,ibm,scp]" # choose your clouds
pip install "skypilot-nightly[aws,gcp,azure,oci,lambda,runpod,fluidstack,paperspace,cudo,ibm,scp,kubernetes]" # choose your clouds
```
For the latest features and fixes, use the nightly build or [install from source](https://skypilot.readthedocs.io/en/latest/getting-started/installation.html)):
To get the latest features and fixes, use the nightly build or [install from source](https://skypilot.readthedocs.io/en/latest/getting-started/installation.html)):
```bash
pip install "skypilot-nightly[aws,gcp,azure,kubernetes,oci,lambda,runpod,fluidstack,paperspace,cudo,ibm,scp]" # choose your clouds
pip install -U "skypilot[aws,gcp,azure,oci,lambda,runpod,fluidstack,paperspace,cudo,ibm,scp,kubernetes]" # choose your clouds
```

Current supported providers (AWS, Azure, GCP, OCI, Lambda Cloud, RunPod, Fluidstack, Paperspace, Cudo, IBM, Samsung, Cloudflare, any Kubernetes cluster):
Expand Down

0 comments on commit f877440

Please sign in to comment.