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
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,12 @@ 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.

## Contributing
Expand Down