Skip to content
Merged
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,14 @@ Visit the [Wiki](../../wiki) for more information.

Install via PyPI:
```bash
pip3 install linode-cli
pipx install linode-cli
```

To upgrade:
```
pipx upgrade linode-cli
Comment thread
CodeBySayak marked this conversation as resolved.
```
Comment thread
zliang-akamai marked this conversation as resolved.
```
We recommend using `pipx` to install `linode-cli`, as it installs Python CLI tools in isolated environments and avoids conflicts with system-managed Python packages (PEP 668).
Visit the [Wiki](../../wiki/Installation) for more information.

## Contributing
Expand Down
Loading