Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,21 @@ Visit the [Wiki](../../wiki) for more information.

## Install

Install via PyPI:
We recommend installing `linode-cli` with `pipx`, which installs each Python CLI tool into its own isolated environment and works on distributions where `pip install` fails because the system Python is marked as externally managed ([PEP 668](https://peps.python.org/pep-0668/)). If pipx isn't installed yet, follow the [pipx installation guide](https://pipx.pypa.io/latest/how-to/install-pipx.html).

To install:

```bash
pipx install linode-cli
```

To upgrade:

```bash
pip3 install linode-cli
pipx upgrade linode-cli
Comment thread
CodeBySayak marked this conversation as resolved.
```
Comment thread
zliang-akamai marked this conversation as resolved.

Visit the [Wiki](../../wiki/Installation) for more information.
The [Wiki](https://github.com/linode/linode-cli/wiki/Installation) covers other installation methods, including the Docker image, the GitHub Action, and building from source.

## Contributing

Expand Down
Loading