Skip to content
Open
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
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,13 @@ 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
```
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.
Comment on lines +19 to 24
Copy link

Copilot AI Apr 3, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The new "To upgrade" snippet opens a fenced code block but never closes it, which causes the recommendation text and the following "Visit the Wiki" line to render as code. Close the fence after the upgrade command, and consider using ```bash for consistency with the install snippet, with the explanatory sentence as a normal paragraph outside the code block.

Copilot uses AI. Check for mistakes.

## Contributing
Expand Down