-
Notifications
You must be signed in to change notification settings - Fork 0
docs: improve installation guide with SkyPilot prerequisites #321
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
This change ensures that GCP dependencies are installed by default when installing skyshift. Previously, users would encounter errors when trying to use GCP features without explicitly installing the GCP dependencies. Error fixed: Failed to import dependencies for GCP. Try: pip install "skypilot[gcp]"
- Add clear prerequisites section with SkyPilot installation instructions - Specify exact SkyPilot version requirements for each cloud provider - Add note about Apple Silicon requirements - Include different installation options (basic, server, dev) - Add Docker installation alternative - Link to official cloud setup guides - Update repository URL to sky-shift/skyshift - Add verification steps with sky check
- Remove Docker installation section as it's not yet available - Remove version pinning from skypilot installation commands
| For Macs, macOS >= 10.15 is required to install SkyShift. Apple Silicon-based devices (e.g. Apple M1) must run ``pip uninstall grpcio; conda install -c conda-forge grpcio=1.43.0`` prior to installing SkyShift. | ||
|
|
||
| To install SkyShift's python API and CLI, run: | ||
| Prerequisites |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not true right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be in cloud section; the mvp for skyshift is over K8s.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is true, they need to run sky check at least once. But you are right, it should be merged to the cloud branch
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is no cloud branch, must have been merged into the MVP
| Prerequisites | ||
| ------------ | ||
|
|
||
| SkyShift requires SkyPilot to be installed and configured with at least one cloud provider. Follow these steps to set up your environment: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is not required if users only want to use onprem resources.
This PR improves the installation documentation by adding clear instructions about SkyPilot prerequisites and cloud provider setup.
Changes
sky checkTesting