Skip to content

Commit

Permalink
Update docs/get-started/python.md
Browse files Browse the repository at this point in the history
Signed-off-by: Eli Polonsky <[email protected]>
  • Loading branch information
iliapolo authored Sep 27, 2023
1 parent 596d704 commit 65f4986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/get-started/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ To get setup, follow these general steps:
### Install the CLI
To initialize a cdk8s project and auto-generate Kubernetes manifests based on our code, we need the cdk8s CLI:

1. Run the following command to install the CLI using [npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm). For more installation methods, see [Install the cdk8s CLI](cli/installation.md).
1. Run the following command to install the CLI using [npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm). For more installation methods, see [Install the cdk8s CLI](./../cli/installation.md).
```console
npm install -g cdk8s-cli
```
Expand Down

0 comments on commit 65f4986

Please sign in to comment.