Skip to content

Commit

Permalink
pip install fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanhayame committed Sep 18, 2024
1 parent ad0e71f commit b375f06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/usage/priorities.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ workloads. This page explains to use job priorities with `Kueue <https://kueue.s

This tutorial requires that you install:

- Trainy skypilot: :code:`pip install trainy-skypilot-nightly[kubernetes]`
- Trainy skypilot: :code:`pip install "trainy-skypilot-nightly[kubernetes]"`
- `kubectl <https://kubernetes.io/docs/reference/kubectl/>`_

---------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/source/usage/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Setup
# install trainy-skypilot
$ conda create -n konduktor python=3.10
$ pip install trainy-skypilot-nightly[kubernetes]
$ pip install "trainy-skypilot-nightly[kubernetes]"
# check that k8s credentials work
$ sky check
Expand Down

0 comments on commit b375f06

Please sign in to comment.