From dc7224e4f4da5023104d4999be5775f5d86e0ee0 Mon Sep 17 00:00:00 2001 From: Romil Bhardwaj Date: Wed, 3 Jul 2024 23:18:29 -0700 Subject: [PATCH] update docs --- docs/source/getting-started/installation.rst | 31 ++++++++++---------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/docs/source/getting-started/installation.rst b/docs/source/getting-started/installation.rst index e5b318d4f87..d7770f079ec 100644 --- a/docs/source/getting-started/installation.rst +++ b/docs/source/getting-started/installation.rst @@ -311,25 +311,26 @@ Fluidstack Cudo Compute ~~~~~~~~~~~~~~~~~~ -`Cudo Compute `__ GPU cloud provides low cost GPUs powered with green energy. -1. Create a billing account by following `this guide `__. -2. Create a project ``__. -3. Create an API Key by following `this guide `__. -3. Download and install the `cudoctl `__ command line tool -3. Run :code:`cudoctl init`: +`Cudo Compute `__ provides low cost GPUs powered by green energy. -.. code-block:: shell +1. Create a `billing account `__. +2. Create a `project `__. +3. Create an `API Key `__. +4. Download and install the `cudoctl `__ command line tool +5. Run :code:`cudoctl init`: + + .. code-block:: shell - cudoctl init - ✔ api key: my-api-key - ✔ project: my-project - ✔ billing account: my-billing-account - ✔ context: default - config file saved ~/.config/cudo/cudo.yml + cudoctl init + ✔ api key: my-api-key + ✔ project: my-project + ✔ billing account: my-billing-account + ✔ context: default + config file saved ~/.config/cudo/cudo.yml - pip install "cudo-compute>=0.1.10" + pip install "cudo-compute>=0.1.10" -If you want to want to use skypilot with a different Cudo Compute account or project, just run :code:`cudoctl init`: again. +If you want to want to use SkyPilot with a different Cudo Compute account or project, run :code:`cudoctl init` again.